Work Order Management API
Number of APIs: 10
Work Order solution building block provides a workflow for maintenance, repair, inspection and incident handling requests.
This workflow would enable user to
- Digitalize preventive maintenance - Work orders for planned maintenance requests (insights from condition monitoring, prescribed by manufacturer, dictated by performance, required by policies)
- Digitalize corrective maintenance - Work orders for incident handling and repair requests (alerts from condition monitoring, observations)
- Digitalize compliance to regulations - Audit of inspection records
- Improve work request coordination leading to improvement in productivity
- Improve work request efficiency - right information at right place at right time Work Order solution building block would enable user by allowing to create, monitor and update work orders in multiple ways.
-
workorders-{woHandle} - Retrieves work order for given work order handle GET {{baseUrl}}/workorders/:woHandle
-
workorders-{woHandle} - Update work order for given work order handle PUT {{baseUrl}}/workorders/:woHandle
-
workorders-{woHandle} - Delete work order for given work order handle DELETE {{baseUrl}}/workorders/:woHandle
-
workorders-{woHandle} - Partial update associations work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/associations
-
workorders-{woHandle} - Partial update externalSystems work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/externalsystems
-
workorders-{woHandle} - Partial update attachments work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/attachments
-
workorders - Get list of work orders GET {{baseUrl}}/workorders?page=0&size=15&sort=createdDate:desc
-
workorders - Create work order POST {{baseUrl}}/workorders
-
workorders - Get aggregate summary of workorder GET {{baseUrl}}/workorders/aggregate?includeOnly=statusInfo
-
workorders - Get list of work orders activities GET {{baseUrl}}/workorders/activities?page=0&size=15&sort=timestamp:desc