InnerSpace API
  • Overview
  • Metrics and Features
  • Groups
  • Authentication
  • Granularity
  • DateTime
  • GraphQL Playground
  • API Reference (v2)
    • building_insights
    • zone_insights
    • zone_type_insights
    • buildings
    • floors
    • sites
    • groups
    • zones
    • zone_set
    • zone_occupancy (realtime) [TBD]
    • zone_occupancy (nightly) [TBD]
  • Deprecated API (2025-05-26)
    • Authentication (v1 - deprecated)
    • API Reference (v1 - deprecated)
      • zone_occupancy (realtime)
      • zone_metrics (nightly)
      • zone_features (nightly)
      • site_metrics (nightly)
      • site_features (nightly)
      • building_metrics (nightly)
      • building_features (nightly)
      • zone_occupancy (nightly)
      • groups (nightly) (TBD)
      • buildings (nightly) (TBD)
      • sites (nightly) (TBD)
      • zones (nightly) (TBD)
Powered by GitBook
On this page

Was this helpful?

  1. API Reference (v2)

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
  }
}
PreviousgroupsNextzone_set

Last updated 4 days ago

Was this helpful?