Component list for a preset.
GET {{baseUrl}}/presets/{{preset_id}}/visualisations/component-list
Request Params
Key | Datatype | Required | Description |
---|
aggregated | boolean | | whether to aggregate the components when relevant |
format | string | | expected format of the returned data. If not specified, json will be used. |
fields | string | | the component fields to return in answer |
page | number | | pagination - the page number |
size | number | | pagination - the number of items per page |
from | number | | start of the period to query, in ms since January 1, 1970 UTC |
to | number | | end of the period to query, in ms since January 1, 1970 UTC |
sort | string | | the fields to sort. Example: field1,field2:DESC |
filter | string | | the filter. Example: field1:val,field2:abc |
Key | Datatype | Required | Description |
---|
Accept-Language | string | | the language used to improve the sorting |