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

KeyDatatypeRequiredDescription
page[cursor]stringCursor representing which page to fetch
filter[timestamp][to]stringOnly 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;self&quot;:&quot;/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&quot;,&quot;next&quot;:&quot;/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&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;PointValue&quot;,&quot;id&quot;:&quot;cov-e7c6d033-c305-410a-a248-f7a1e6289841-2021-07-08T12:44:56.447Z&quot;,&quot;attributes&quot;:{&quot;value&quot;:&quot;on&quot;,&quot;timestamp&quot;:&quot;2021-02-04T19:07:53.158Z&quot;,&quot;targetValue&quot;:&quot;on&quot;,&quot;qualityOfValue&quot;:0}},{&quot;type&quot;:&quot;PointValue&quot;,&quot;id&quot;:&quot;cov-e7c6d033-c305-410a-a248-f7a1e6289841-2021-07-08T12:44:56.447Z&quot;,&quot;attributes&quot;:{&quot;value&quot;:&quot;on&quot;,&quot;timestamp&quot;:&quot;1997-12-26T13:29:57.081Z&quot;,&quot;targetValue&quot;:&quot;on&quot;,&quot;qualityOfValue&quot;:2}}]}