Datasource Values
GET
/v1/Datasources/{id}/values
Gets values from Datasource with paging, optional filter and orderby
Parameters
Path Parameters
id*integer
Datasource id
Example
1Query Parameters
fromstring
Filter from ValueDate. Greater than
Example
2023-12-01T00:00:00Ztostring
Filter to ValueDate. Lesser than
Example
2023-12-24T00:00:00Zpageinteger
Page default and start value is 1
Example
2pageSizeinteger
Page Size default is 1000 and max 10000
Example
2000$filterstring
Generic OData filtering. See documentation
Example
dimension eq 'hello'$orderbystring
Generic OData ordering
Example
valueDate descResponses
OK
application/json
GET
/v1/Datasources/{id}/values