zones
Update interval: hourly
A zone, also known as a space, is a closed area on a map.
Returns all metadata associated to a zone, including external_id
, which represents the string used by the customer to identify this area.
// query
query MyQuery {
ZONE {
BUILDING_ID
CAPACITY
DESCRIPTION
EXTERNAL_ID
FLOOR_ID
ID
NAME
SITE_ID
TYPES
ZONE_SET_ID
}
}
Last updated
Was this helpful?