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?

GraphQL Playground

PreviousDateTimeNextAPI Reference (v2)

Last updated 20 days ago

Was this helpful?

Many playgrounds or developer tools exist to explore and test a GraphQL API.

One tool is , which provides Schema Introspection, allowing you to see what entities are available and easily construct queries. All that is required is a bearer token, as described on the Authentication page.

Hasura's GraphiQL