Site Information Object

This Object is returned with each Door Information Objects when getting a list of Doors.

AttributeTypeDescription
nameStringThe name of the site.
site_idString(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"
	}