globe with meridians Language: Deutsch · English

open book 4. Reading business objects (BO)

Read BOs via REST – /bos, meta information and lists with offset/chunkSize/orderBy/search.

REFERENZ DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X

On this page

The entry point is /bos – an overview of all readable BOs (applying the user's permissions). Each BO offers the links boMeta and bos.

Meta information

/boMetas/{boMetaId} returns a BO's attributes and data types. For creating records the defaultGeneration link is important (see create BO).

Record list

/bos/{boMetaId} returns a JSON array under the key bos (the first 40 records). The result can be controlled via request parameters:

ParameterDescriptionDefault
offsetstart index of the list.0
chunkSizenumber of BOs (max. 10,000).40 (or 5000 for /subBos)
orderBySQL-like: boAttrId asc/desc, comma-separated.id desc
searchtext search across the displayed attributes (see fields).
searchFilterIdapplies a saved search filter.

No QueryProvider

A full QueryProvider as in the API rules is not (yet) available here – use the parameters above.

Related pages

gear 5. Creating a business object (BO)


Create.

Open →

gear 6. Modifying a business object (BO)


Modify.

Open →

  • Keine Stichwörter