Work Management
WebAPI – How to get canceled and closed work orders assigned to the employee?
This method returns a list with the key of the canceled and closed work orders assigned to each employee from a specific company. The method to be used to get the work orders list assigned to the employee is: GET ...
WebAPI - Creating a follow-up report in a work order
This method allows you to create a follow-up report in a work order in a simplified way. The method used to create a follow-up report in a work order is: POST ...
WebAPI – Get Work Orders assigned to the employee
This method returns the work orders list assigned to each employee of a specific company. The method to be used to get the work orders list assigned to the employee is: ...
Webapi - Getting the list of failures
This method allows to get the list of failures in a simplified manner. The method to be used when getting the list of failures is: GET url/api/mytenant/myorganization/maintenancecore/failures When this method is executed successfully, it ...
Webapi - Deleting a failure
This method allows you to delete a failure. The method to be used when deleting a failure is: DELETE url/api/mytenant/myorganization/maintenance/failures/{{companyKey}}/{{failureKey}} The parameters being replaced on the method are: ...
Webapi - Creating a failure
This method allows to create a failure in a simplified manner. The method to be used when creating a failure is: POST url/api/mytenant/myorganization/maintenancecore/failures Json example for creating a failure: { "failureKey": "001", ...
Webapi - Creating a labor report in a work order
This method allows you to create a labor report in a work order in a simplified way. The method used to create a labor report in a work order is: POST {{url}}/api/{{tenant}}/{{organization}}/maintenance/workOrderReportLabors Json example to ...
Webapi - Creating a consumption report in a work order
This method allows you to create a consumption report in a work order in a simplified way. The method used to create a consumption report in a work order is: POST {{url}}/api/{{tenant}}/{{organization}}/maintenance/workOrderReportConsumptions ...
Webapi - Creating a work order assignment report
This method allows you to create a work order assignment report in a simplified way. The method used to create a work order assignment report is: POST {{url}}/api/{{tenant}}/{{organization}}/maintenance/workorderassignments Json example to ...
Webapi - Creating a task verification report for a work order
This method allows you to create a task verification report for a work order in a simplified way. The method used to create a task verification report for a work order is: ...
WebAPI - Deleting a Work Order
This method allows you to delete a work order. The method to use for deleting a work order is: DELETE url/api/mytenant/myorganization/maintenance/workorders/{{companyKey}}/{{workorderKey}} The parameters to be overridden in the method are: ...
WebAPI - Creating a Monitoring
This method allows to create a monitoring in a simplified manner. The method to be used when creating a monitoring: POST url/api/mytenant/myorganization/assetmanagementcore/monitorings Json example for creating a monitoring: { ...
WebAPI – How can I change the work order state?
This method allows you to change a work order state. The method to be used for changing the work order change is: Post {{url}/api/{{tenant}}/{{organization}}/maintenance/workorders/changeSchemaEntityState/{{companyKey}} The parameters in the method ...
WebAPI – How do I update a work order?
This method offers a simplified way of performing changes to the Work orders. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/updateWorkOrderInfo/{{companyKey}}/{{workOrderKey}} The ...
WebAPI – How do I create work orders?
This method offers a simple way of creating a Work Order for a specific Asset, Location, Tool or Route. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/newWorkOrderInfo Json example to create ...