Data Points
Create Data Point
POST
/dataSets/{dataSetId}/dataPoints
https://api.relesysapp.net/api/v1.1/dataSets/{dataSetId}/dataPoints
Creates a DataPoint based on a parent DataSetId, and ties the DataPoint to a Department and/or User, if those values are provided.
Scopes: relesys.api, relesys.api:write, relesys.api.kpis, relesys.api.kpis:write
URL Path
| dataSetId | string / guid | The data set's unique identifier | required |
Request Body
application/json| object | ||||
| departmentId | string / guid | optional | ||
| label | string | optional | ||
| timeStamp | datetimeoffset | optional | ||
| userId | string / guid | optional | ||
| value | double | optional | ||