| Auszug |
|---|
|
Nuclos web chart REST: searchCondition, Comparison, GTE, valuelist, subBos, chart, data source, internal. |
Language: Deutsch · English
Web chart relevant calls (INTERNAL)
Internal REST calls for web client charts – searchCondition and valuelist.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
| Hinweis |
|---|
|
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:
| Codeblock |
|---|
|
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 |
|---|
|
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}/valuelist/{attrId} |
Example result: [{"name":"Hardware"},{"name":"Software"}].
Related pages
4. Reading business objects (BO)
REST read.
Open →