Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Data Points

Create Data Points
POST /dataSets/{dataSetId}/dataPoints/batch
https://api.uat.relesystest.net/api/v1.3/dataSets/{dataSetId}/dataPoints/batch
Creates DataPoints based on a parent DataSetId, and ties the DataPoints to Departments and/or Users, if those values are provided. Max limit is 1000 data points pr. call.
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
  dataPoints array[object] optional
   departmentId string / guid optional
   label string optional
   timeStamp datetimeoffset optional
   userId string / guid optional
   value double optional
Responses
application/json
object
  data object      
   amountCreated integer      
   amountFailed integer      
   total integer