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.
  1. workorders-{woHandle} - Retrieves work order for given work order handle GET {{baseUrl}}/workorders/:woHandle

  2. workorders-{woHandle} - Update work order for given work order handle PUT {{baseUrl}}/workorders/:woHandle

  3. workorders-{woHandle} - Delete work order for given work order handle DELETE {{baseUrl}}/workorders/:woHandle

  4. workorders-{woHandle} - Partial update associations work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/associations

  5. workorders-{woHandle} - Partial update externalSystems work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/externalsystems

  6. workorders-{woHandle} - Partial update attachments work order for given work order handle PATCH {{baseUrl}}/workorders/:woHandle/attachments

  7. workorders - Get list of work orders GET {{baseUrl}}/workorders?page=0&size=15&sort=createdDate:desc

  8. workorders - Create work order POST {{baseUrl}}/workorders

  9. workorders - Get aggregate summary of workorder GET {{baseUrl}}/workorders/aggregate?includeOnly=statusInfo

  10. workorders - Get list of work orders activities GET {{baseUrl}}/workorders/activities?page=0&size=15&sort=timestamp:desc