Language: Deutsch · English
Internal REST calls for web client charts – searchCondition and valuelist.
REFERENZ DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
Background
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.
The chart data source need not be configured in the layout. Example call with sorting and a search condition:
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}?sort={attr}%20asc&searchCondition=Comparison:GTE:orderMonth:2015.01Via the valuelist link of an attribute:
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}/valuelist/{attrId}Example result: [{"name":"Hardware"},{"name":"Software"}].