Webapi - Getting the list of failures

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 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 requisitions?

      This method allows getting the list of requisitions in a simplified manner. The method to be used when getting the requisitions list is: GET  url/api/mytenant/myorganization/requisitions/requisitions ​When this method is executed successfully, it ...
    • WebAPI - How to get the list of requisition types?

      This method allows to get the list of requisition types in a simplified manner.  The method to be used when getting the list of requisition types is:  GET  url/api/mytenant/myorganization/requisitionscore/requisitiontypes When this method is executed ...