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.
- Batch Create Thresholds
- Method: postPath:
/primeapi/restapi/threshold/batch
- Batch Update Thresholds
- Method: putPath:
/primeapi/restapi/threshold/batch
- Create a Threshold
- Method: postPath:
/primeapi/restapi/threshold
- Update a Threshold
- Method: putPath:
/primeapi/restapi/threshold
- View a Threshold
- Method: getPath:
/primeapi/restapi/threshold/{id}