GET /protocols/bacnet/local/objects/{objectType}/{objectInstance}/properties
This resource lists all the properties of a specific BACnet object.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
This is the object type string value.
This is the instance of a specific BACnet object type.
Object Name: BacnetProperties
Property Name | Type | Description | Method |
---|---|---|---|
BacnetProperties | Array <BacnetProperty> |
This object is an array of BACnetProperty objects. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties
[
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-min-send-time",
"name": "covMinSendTime"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-max-send-time",
"name": "covMaxSendTime"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/status-flags",
"name": "statusFlags"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-identifier",
"name": "objectIdentifier"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/relinquish-default",
"name": "relinquishDefault"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-detection-enable",
"name": "eventDetectionEnable"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/high-limit",
"name": "highLimit"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/reliability",
"name": "reliability"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-message-texts",
"name": "eventMessageTexts"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/time-delay",
"name": "timeDelay"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/description",
"name": "description"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/out-of-service",
"name": "outOfService"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-increment",
"name": "covIncrement"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/notification-class",
"name": "notificationClass"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-type",
"name": "objectType"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-name",
"name": "objectName"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/max-pres-value",
"name": "maxPresValue"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-algorithm-inhibit-ref",
"name": "eventAlgorithmInhibitRef"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/time-delay-normal",
"name": "timeDelayNormal"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/units",
"name": "units"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/min-pres-value",
"name": "minPresValue"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-algorithm-inhibit",
"name": "eventAlgorithmInhibit"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/present-value",
"name": "presentValue"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/priority-array",
"name": "priorityArray"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-time-stamps",
"name": "eventTimeStamps"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-message-texts-config",
"name": "eventMessageTextsConfig"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-enable",
"name": "eventEnable"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/property-list",
"name": "propertyList"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/acked-transitions",
"name": "ackedTransitions"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-state",
"name": "eventState"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/deadband",
"name": "deadband"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/limit-enable",
"name": "limitEnable"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/low-limit",
"name": "lowLimit"
},
{
"href": "/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/notify-type",
"name": "notifyType"
}
]
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties
<?xml version="1.0" encoding="utf-8"?>
<BacnetProperties>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-enable
</Href>
<Name>eventEnable</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-min-send-time
</Href>
<Name>covMinSendTime</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/limit-enable
</Href>
<Name>limitEnable</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/min-pres-value
</Href>
<Name>minPresValue</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/property-list
</Href>
<Name>propertyList</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-detection-enable
</Href>
<Name>eventDetectionEnable</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-identifier
</Href>
<Name>objectIdentifier</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/time-delay
</Href>
<Name>timeDelay</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-increment
</Href>
<Name>covIncrement</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/time-delay-normal
</Href>
<Name>timeDelayNormal</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/notify-type
</Href>
<Name>notifyType</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/cov-max-send-time
</Href>
<Name>covMaxSendTime</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-message-texts
</Href>
<Name>eventMessageTexts</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/description
</Href>
<Name>description</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/relinquish-default
</Href>
<Name>relinquishDefault</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-state
</Href>
<Name>eventState</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/notification-class
</Href>
<Name>notificationClass</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-type
</Href>
<Name>objectType</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-message-texts-config
</Href>
<Name>eventMessageTextsConfig</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-time-stamps
</Href>
<Name>eventTimeStamps</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/units
</Href>
<Name>units</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/priority-array
</Href>
<Name>priorityArray</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/max-pres-value
</Href>
<Name>maxPresValue</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/reliability
</Href>
<Name>reliability</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/out-of-service
</Href>
<Name>outOfService</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/deadband
</Href>
<Name>deadband</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/present-value
</Href>
<Name>presentValue</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/acked-transitions
</Href>
<Name>ackedTransitions</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/object-name
</Href>
<Name>objectName</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/status-flags
</Href>
<Name>statusFlags</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/high-limit
</Href>
<Name>highLimit</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-algorithm-inhibit-ref
</Href>
<Name>eventAlgorithmInhibitRef</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/event-algorithm-inhibit
</Href>
<Name>eventAlgorithmInhibit</Name>
</BacnetProperty>
<BacnetProperty>
<Href>
/api/rest/v1/protocols/bacnet/local/objects/analog-value/1/properties/low-limit
</Href>
<Name>lowLimit</Name>
</BacnetProperty>
</BacnetProperties>