Webapi - Getting the list of task verifications types

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


    • Related Articles

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