Work
WebAPI - How to get the list of failure symptoms?
This method allows to get the list of failure symptomsin a simplified manner. The method to be used when getting the list offailure symptoms is: GET url/api/mytenant/myorganization/maintenancecore/failuresymptoms When this method is executed ...
WebAPI - How to get the list of failure causes?
This method allows to get the list of failure causes in asimplified manner. The method to be used when getting the list of failurecauses is: GET url/api/mytenant/myorganization/maintenancecore/failurescauses When this method is executed ...
WebAPI - Deleting a type of task verification
This method allows you to delete a task verification type. The method to be used to delete a type of task verification is: DELETE url/api/mytenant/myorganization/maintenancecore/verificationtypes/{{verificationTypeKey}} The parameters being ...
WebAPI- Getting the list of failure actions
This method allows to get the list of failure actions in a simplified manner. The method to be used when getting the list of failure actions is: GET url/api/mytenant/myorganization/maintenancecore/failureactions When this method is executed ...
Webapi - Creating a failure symptom
This method allows to create a failure symptom in a simplified manner. The method to be used when creating a failure symptom is: POST url/api/mytenant/myorganization/maintenancecore/failuresymptoms Json example for creating a failure symptom: { ...
Webapi - Deleting a failure symptom
This method allows to delete a failure symptom in a simplified manner. The method to be used when deleting a failure symptom is: DELETE url/api/mytenant/myorganization/maintenancecore/failuresymptoms/{{failureSymptomKey}} The parameters being ...
Webapi - Deleting a failure cause
This method allows to delete a failure cause in a simplified manner. The method to be used when deleting a failure cause is: DELETE url/api/mytenant/myorganization/maintenancecore/failurecauses/{{failureCauseKey}} The parameters being replaced ...
Webapi - Deleting a failure action
This method allows to delete a failure action in a simplified manner. The method to be used when deleting a failure action is: DELETE url/api/mytenant/myorganization/maintenance/failureactions/{{failureActionKey}} The parameters being replaced on ...
WebAPI- Getting the list of priority levels
This method allows to get the list of priority levels in a simplified manner. The method to be used when getting the list of priority levels is: GET url/api/mytenant/myorganization/maintenancecore/prioritylevels When this method is executed ...
Webapi - Creating a priority level
This method allows to create a priority level in a simplified manner. The method to be used when creating a priority level is: POST url/api/mytenant/myorganization/maintenancecore/prioritylevels Json example for creating an access level: { ...
Webapi - Eliminación de un nivel de prioridad
Este método permite eliminar un nivel de prioridad. El método para usar para eliminar un nivel de prioridad es: DELETE url/api/mytenant/myorganization/maintenance/prioritylevels/{{prioritylevelKey}} Los parámetros para sustituir en el método ...
Webapi - Getting the list of work order types
This method allows to get the list of work order types in a simplified manner. The method to be used when getting the list of work order types is: GET url/api/mytenant/myorganization/maintenancecore/workorderTypes When this method is executed ...
Webapi - Creating a work order type
This method allows to create a work order type in a simplified manner. The method to be used when creating a work order type is: POST url/api/mytenant/myorganization/maintenancecore/workordertypes Json example for creating a work order type: ...
Webapi - Deleting a work order type
This method allows you to delete a work order type. The method to be used when deleting a work order type is: DELETE url/api/mytenant/myorganization/maintenancecore/workordertypes/{{workordertypeKey}} The parameters being replaced on the method ...
Webapi - Getting the list of asset access levels
This method allows to get the list of asset access levels in a simplified manner. The method to be used when getting the list of access levels is: GET url/api/mytenant/myorganization/settings/accesslevels When this method is executed ...
Webapi - Deleting an access level
This method allows you to delete an access level. The method to be used when deleting an access level is: DELETE url/api/mytenant/myorganization/settings/accesslevels/{{companyKey}}/{{accesslevelKey}} The parameters being replaced on the method ...
Webapi - Getting the unit list
This method allows to get the unit list in a simplified manner. The method to be used when getting the unit list is: GET url/api/mytenant/myorganization/corepatterns/units When this method is executed successfully, it returns ...
Webapi - Creating a unit
This method allows to create a unit in a simplified manner. The method to be used when creating a unit is: POST url/api/mytenant/myorganization/corepatterns/units Json example for creating a unit: { "unitKey": "HR", ...
Webapi - Deleting a unit
This method allows you to delete a unit. The method to be used when deleting a unit is: DELETE url/api/mytenant/myorganization/corepatterns/units/{{unitKey}} The parameters being replaced on the method are: unitKey: key of the unit you wish to ...
Webapi - Creating a maintenance plan
This method allows to create a maintenance plan in a simplified manner. The method to be used when creating a maintenance plan is: POST url/api/mytenant/myorganization/maintenancecore/maintenanceplans Json example for creating a maintenance plan: ...
Webapi - Deleting a maintenance plan
This method allows you to delete a maintenance plan. The method to be used when deleting a maintenance plan is: DELETE url/api/mytenant/myorganization/maintenancecore/maintenanceplans/{{maintenanceplanKey}} The parameters being replaced on the ...
WebAPI- Getting the list of maintenance plans
This method allows to get the list of maintenance plans in a simplified manner. The method to be used when getting the list of maintenance plans is: GET url/api/mytenant/myorganization/maintenancecore/maintenanceplans When this method is ...
Webapi - Creating a misc cost type
This method allows to create a misc cost type in a simplified manner. The method to be used when creating a type of misc cost is: POST url/api/mytenant/myorganization/maintenancecore/misccoststypes Json example for creating a type of misc cost: ...
WebAPI - Getting the list of misc cost types
This method allows to get the list of misc cost types in a simplified manner. The method to be used when getting the list of misc cost types is: GET url/api/mytenant/myorganization/maintenancecore/misccoststypes When this method is executed ...
Webapi - Deleting a misc cost type
This method allows you to delete a misc cost type. The method to be used when deleting a misc cost type is: DELETE url/api/mytenant/myorganization/maintenancecore/misccoststypes/{{companyKey}}/{{misccoststypeKey}} The parameters being replaced on ...
Webapi - Creating a misc cost
This method allows to create a misc cost in a simplified manner. The method to be used when creating a misc cost is: POST url/api/mytenant/myorganization/maintenancecore/misccosts Json example for creating a misc cost: { ...
Webapi - Deleting a misc cost
This method allows you to delete a misc cost. The method to be used when deleting a misc cost is: DELETE url/api/mytenant/myorganization/maintenancecore/misccosts/{{misccostKey}} The parameters being replaced on the method are: misccostKey: ...
WebAPI - Getting the list of misc costs
This method allows to get the list of misc costs in a simplified manner. The method to be used when getting the list of misc costs is: GET url/api/mytenant/myorganization/maintenancecore/misccosts When this method is executed successfully, it ...
Webapi - Getting the list of task verifications types
This method allows to get the list of task verifications types in a simplified manner. The method to be used when getting the list of task verifications types is: GET url/api/mytenant/myorganization/maintenancecore/verificationtypes When this ...
Webapi - Creating a type of task verification
This method allows to create a type of task verification in a simplified manner. The method to be used when creating a type of task verification is: POST url/api/mytenant/myorganization/maintenancecore/verificationtypes Json example for creating ...
Webapi - Deleting a verification
This method allows you to delete a verification. The method to be used when deleting a verification is: DELETE url/api/mytenant/myorganization/maintenancecore/verifications/{{verificationKey}} The parameters being replaced on the method are: ...
Webapi - Creating a verification
This method allows to create a verification in a simplified manner. The method to be used when creating a verification is: POST url/api/mytenant/myorganization/maintenancecore/verifications Json example for creating a verification: { ...
Webapi – Getting the verifications list
This method allows to get the verifications list in a simplified manner. The method to be used when getting the verifications list is: GET url/api/mytenant/myorganization/maintenancecore/verifications When this method is executed successfully, ...
WebAPI - Creating a task
This method allows to create a task in a simplified manner. The method to be used when creating a task is: OST url/api/mytenant/myorganization/maintenancecore/activities Json example for creating a task: 1. { "taskKey": "T_009", ...
WebAPI - Creating a failure cause
This method allows to create a failure cause in a simplified manner. The method to be used when creating a failure cause: POST url/api/mytenant/myorganization/maintenancecore/failurecauses Json example for creating a failure cause: 1. { ...
WebAPI - Creating a failure action
This method allows to create a failure action in a simplified manner. The method to be used when creating a failure action: POST url/api/mytenant/myorganization/maintenancecore/failureactions Json example for creating a failure action: 1. { ...
Webapi - Deleting a task
This method allows you to delete a task. The method to be used when deleting a task is: DELETE url/api/mytenant/myorganization/maintenancecore/activities/{{taskKey}} The parameters being replaced on the method are: taskKey: key of the task you wish ...