Threshold REST Endpoints

Threshold
The Threshold service enables you to create, view, update, and delete thresholds. Thresholds are visual indicators used to convey the current status of a value compared to upper and lower limits. Update Keys : 'thresholdId'
Batch Create Thresholds
Method: post
Path: /api/restapi/threshold/batch
Batch Update Thresholds
Method: put
Path: /api/restapi/threshold/batch
Create a Threshold
Method: post
Path: /api/restapi/threshold
Update a Threshold
Method: put
Path: /api/restapi/threshold
View a Threshold
Method: get
Path: /api/restapi/threshold/{thresholdId}