Machine Types REST Endpoints
Machine Types
API for managing machine types in production monitoring application
- Create machine type
- Method: postPath:
/productionMonitoring/clientapi/v2/machineTypes - Delete machine type by ID
- Method: deletePath:
/productionMonitoring/clientapi/v2/machineTypes/{type-id} - Replace machine type by ID
- Method: putPath:
/productionMonitoring/clientapi/v2/machineTypes/{type-id} - Retrieve all machine types
- Method: getPath:
/productionMonitoring/clientapi/v2/machineTypes - Retrieve machine type by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/machineTypes/{type-id} - Retrieve machine type count
- Method: getPath:
/productionMonitoring/clientapi/v2/machineTypes/count - Update machine type by ID
- Method: postPath:
/productionMonitoring/clientapi/v2/machineTypes/{type-id}