Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos REST read: /bos, boMetas, boMetaId, offset, chunkSize, orderBy, search, searchFilterId, defaultGeneration.

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.

Status
colourGrey
titleReferenz
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

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.
Info
titleNo 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 →