Data Points
Get DataPoints
GET
/dataSets/{dataSetId}/dataPoints
https://api.relesysapp.net/api/v1.3/dataSets/{dataSetId}/dataPoints
Get a list of DataPoints by the DataSet Id
Scopes: relesys.api, relesys.api:read, relesys.api.kpis, relesys.api.kpis:read
URL Path
dataSetId | string / guid | required |
Query String
dataValue | double |
Filterable Sortable
|
optional | |
departmentId | string / guid |
Filterable
|
optional | |
label | string |
Filterable Sortable
|
optional | |
timeStamp | datetimeoffset |
Filterable Sortable
|
optional | |
userId | string / guid |
Filterable
|
optional | |
sort | string | Comma separated sort order based on sortable properties | optional | |
offset | integer | Offset value for use in pagination | Default: 0 | optional |
limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |