Versionen im Vergleich

Schlüssel

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

Nuclos web chart REST: searchCondition, Comparison, GTE, valuelist, subBos, chart, data source, internal.

globe with meridians Language: Deutsch · English

open book Web chart relevant calls (INTERNAL)

Internal REST calls for web client charts – searchCondition and valuelist.

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

Hinweis
titleBackground

Internal reference of the REST calls the web client uses for charts. The searchCondition was extended for this purpose with the comparisons GT, GTE, LT, LTE and is not yet finalized.

Restricting subform results

The chart data source need not be configured in the layout. Example call with sorting and a search condition:

Codeblock
languagehttp
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}?sort={attr}%20asc&searchCondition=Comparison:GTE:orderMonth:2015.01

Values for a filter dropdown

Via the valuelist link of an attribute:

Codeblock
languagehttp
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}/valuelist/{attrId}

Example result: [{"name":"Hardware"},{"name":"Software"}].

Related pages

gear Charts


Charts.

Open →

gear 4. Reading business objects (BO)


REST read.

Open →