Get Equipment Property by Name
Returns the details of the named property for the specified equipment instance.
Request Parameters
The following parameter must be specified in the request.
Parameter | Type | Required | Description |
---|---|---|---|
propertyName | String | Y | Retrieves the property with this name. |
Note:
- Where <id> is the unique identifier for the equipment instance.
- Returns the details (Description, Unit of Measure, Value) of a single property.
HTTP Method | GET |
URL | https://serverName:port/ProficyWebApi/api/Equipment/<id>?propertyName=<property name> |
Return Value | Returns the details of the named property for the specified equipment instance. |
Sample Response |
|