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