WebAPI- Getting the list of failure actions

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 successfully, it returns HttpStatusCode.200OK.


    • Related Articles

    • Webapi - How to get the list of mobile reports?

      This method allows to get the list of mobile reports in a simplified manner. The method to be used when getting the list of mobile reports is: GET ...
    • 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 - 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 - 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 - 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 ...