list of a devices.
GET {{baseUrl}}/presets/{{preset_id}}/visualisations/networknode-list
Warning: this endpoint is cached. This means that the returned data is not necessarily the latest. So, be careful when using this endpoint with live data endpoints. The cache is automatically updated, but can also be updated at will thanks to POST /presets/{preset_id}/refreshData.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | number | start date/time | |
to | number | end date/time | |
page | string | page number | |
size | string | records per page | |
format | string | ||
fields | string | comma separated list of fields to fetch | |
sort | string | the fields to sort. Example: field1,field2:DESC | |
filter | string | the filter. Example: field1:val,field2:abc |