GET /protocols/bacnet/communication
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: Communication
Property Name | Type | Description | Method |
---|---|---|---|
Network | Object | This object represents all the BACnet network values. | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication
{
"network": {
"href": "/api/rest/v1/protocols/bacnet/communication/network",
"name": "network"
}
}
URL Example: https://0.0.0.0/api/rest/v1/protocols/bacnet/communication
<?xml version="1.0" encoding="utf-8"?>
<Communication>
<Network>
<Href>
/api/rest/v1/protocols/bacnet/communication/network
</Href>
<Name>network</Name>
</Network>
</Communication>
Eclypse REST API Document Revision 10.2