WebAPI- Getting the list of maintenance plans

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 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 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 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- 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 ...