WebAPI

WebAPI – Entity States

81 views 28 June, 2018 Valuekeep 0

This service allows you to retrieve Entity States.

Below you can find an analysis of the methods available through the service.

Get Entity States

GET /api/mytenant/myorganization/maintenancemanagementcore/states/GetStatesByFilter?

This method allows you to retrieve entity states

  • Entity: Entity for which you want to get states
  • Version: Version

Returns a list of entity states according to the filters used. If no filters are passed, all entity states are returned.

Example:

GET /api/mytenant/myorganization/maintenancemanagementcore/states/GetStatesByFilter?entity=Issue&entity=WorkOrder&version=AAAA

(All Work Order and Issue states will be returned)

Foi útil?