Get Equipment Instances
Returns a list of equipment instances that matches the provided criteria. The hierarchy is also returned to allow for duplicate names for equipment instances.
Request Parameters
At least one of the following parameters must be specified in the request.
Parameter | Type | Required | Description |
---|---|---|---|
equipmentName | String | Y/N | Retrieve equipment instances with this display name. |
className | String | Y/N | Retrieve equipment instances that are associated with this equipment class. |
The following example displays all equipment instances with the specified display name.
HTTP Method | GET |
URL | https://serverName:port/ProficyWebApi/api/Equipment?equipmentName=<display name> |
Return Value | Returns all equipment instances with the specified equipment name. |
Sample Response |
|
The following example displays all equipment instances with the specified display name and that are associated with the specified class name.
HTTP Method | GET |
URL | https://serverName:port/ProficyWebApi/api/Equipment?equipmentName=<display name>&className=<equipment class> |
Return Value | Returns all equipment instances with the specified equipment name and class name. |
Sample Response |
|