GET /protocols/bacnet/local
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
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.
Object Name: BacnetLocal
Property Name | Type | Description | Method |
---|---|---|---|
BacnetObjects | Array <BacnetObject> |
This object is an array of BacnetObjectType object. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/local
{
"objects": {
"href": "/api/rest/v1/protocols/bacnet/local/objects",
"name": "objects"
}
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/local
<?xml version="1.0" encoding="utf-8"?>
<BacnetLocal>
<Objects>
<Href>/api/rest/v1/protocols/bacnet/local/objects</Href>
<Name>objects</Name>
</Objects>
</BacnetLocal>