This Object is returned with each Door Information Objects when getting a list of Doors.
Attribute | Type | Description |
---|---|---|
name | String | The name of the site. |
site_id | String(Unique) | The unique ID of the site. |
Access Site Information
{
"name" : STR,
"site_id" : STR(UNIQUE)
}
Example
{
"name": "Interior",
"site_id": "0aa3237c-fec0-4560-bacc-f9a3a3d164cc"
}