Nuclos web chart REST: searchCondition, Comparison, GTE, valuelist, subBos, chart, data source, internal. |
Language: Deutsch ยท English
Internal REST calls for web client charts โ searchCondition and valuelist.
Internal reference of the REST calls the web client uses for charts. The |
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.01 |
Via the valuelist link of an attribute:
GET /rest/bos/{boMetaId}/{boId}/subBos/{refAttrId}/valuelist/{attrId} |
Example result: [{"name":"Hardware"},{"name":"Software"}].