Operator Types REST Endpoints

Operator Types
API for managing operator types in production monitoring application
Create operator type
Method: post
Path: /productionMonitoring/clientapi/v2/operatorTypes
Delete operator type by ID
Method: delete
Path: /productionMonitoring/clientapi/v2/operatorTypes/{type-id}
Get all operator types
Method: get
Path: /productionMonitoring/clientapi/v2/operatorTypes
Replace operator type by ID
Method: put
Path: /productionMonitoring/clientapi/v2/operatorTypes/{type-id}
Retrieve operator type by ID
Method: get
Path: /productionMonitoring/clientapi/v2/operatorTypes/{type-id}
Retrieve operator type count
Method: get
Path: /productionMonitoring/clientapi/v2/operatorTypes/count
Update operator type by ID
Method: post
Path: /productionMonitoring/clientapi/v2/operatorTypes/{type-id}