Get Single Equipment Instance
Returns the details of a specific equipment instance and, optionally, the properties. The hierarchy is also returned to allow for duplicate names for equipment instances.
Request Parameters
The following parameter is optional in the request.
Parameter | Type | Required | Description |
---|---|---|---|
returnProperties | Boolean | N | Indicates whether to include equipment property details in the response. Valid values are true or false. The default is true. |
Note: Where <id> is the unique identifier for the equipment instance.
The following example displays the details for the specified equipment instance, including its properties.
HTTP Method | GET |
URL | https://serverName:port/ProficyWebApi/api/Equipment/<id> |
Return Value | Returns the details for the specified equipment instance, including the properties. Note: The returnProperties parameter is not required when you want to include equipment instance properties in the request. |
Sample Response |
|
The following example displays the details for the specified equipment instance, but does not include its properties.
HTTP Method | GET |
URL | https://serverName:port/ProficyWebApi/api/Equipment/<id>?returnProperties=false |
Return Value | Returns the details for the specified equipment instance, excluding the properties. |
Sample Response |
|