Get Point Values
GET {{baseUrl}}/points/:pointId/values?page[cursor]=<string>&filter[timestamp][to]=<string>&filter[timestamp][from]=<string>
Get Values, a.k.a Time Series Data, for the specified Point
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page[cursor] | string | Cursor representing which page to fetch | |
filter[timestamp][to] | string | Only return items were 'timestamp' is less than to the specificed RFC3339 value, i.e. to-time. Default is now -time. | |
filter[timestamp][from] | string | (Required) Only return items were 'timestamp' is equal to or greater than the specificed RFC3339 value, i.e. from-time. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/partitions/b2ae267d-1d74-4e2a-bff8-e7c90a3b854a/points/2d55baf8-b5af-4fd1-8af6-187e67f527f9/values?filter[timestamp][from]=2021-07-08T12:44:56.447Z\u0026filter[timestamp][to]=2021-07-08T13:44:56.447Z","next":"/partitions/b2ae267d-1d74-4e2a-bff8-e7c90a3b854a/points/2d55baf8-b5af-4fd1-8af6-187e67f527f9/values?filter[timestamp][from]=2021-07-08T12:44:56.447Z\u0026filter[timestamp][to]=2021-07-08T13:44:56.447Z\u0026page[cursor]=qwerty"},"data":[{"type":"PointValue","id":"cov-e7c6d033-c305-410a-a248-f7a1e6289841-2021-07-08T12:44:56.447Z","attributes":{"value":"on","timestamp":"2021-02-04T19:07:53.158Z","targetValue":"on","qualityOfValue":0}},{"type":"PointValue","id":"cov-e7c6d033-c305-410a-a248-f7a1e6289841-2021-07-08T12:44:56.447Z","attributes":{"value":"on","timestamp":"1997-12-26T13:29:57.081Z","targetValue":"on","qualityOfValue":2}}]}