You can use Butlr's GraphQL API to create, update, and retrieve information about zones.
A zone is a designated subsection within a room or floor, it is used to segment larger areas for more granular monitoring. Zones may represent specific areas like seating sections, workstations, or entry points.
This page provides guidance on how to retrieve, create, and update zone informationwithin a floor, enabling precise management of zone-specific data.
First, obtain an access token to get started here.
Get all zones
queryallZones { zones { data { id metadata {...MetaDataFragment } name area {...AreaFragment } coordinates rotation capacity {...CapacityFragment } sensors { id name...SensorFragment } note customID tags { id name...TagFragment } client_id floor_id room_id zone_id } }}