Skip to main content

Facility Sections

Facility sections represent designated areas within a facility. This endpoint retrieves all facility sections in the workspace, along with the IDs of the facility they belong to and the cameras they contain.

Export facility sections

GET/facility_sections/export

Arguments

Query String Parameters
  • format Enum optional
    • CSV (default)
    • JSON
    • JSONL

Returns

Returns this model in an array as CSV, JSON or JSONL:

FieldTypeDescription
idUUIDFacility section id
nameStringFacility section name
facilityIdUUIDFacility id
cameraIdsList[UUID]Camera ids in the section
id,name,facilityId,cameraIds
f47ac10b-58cc-4372-a567-0e02b2c3d479,Section A,b1a2c3d4-e5f6-a7b8-c9d0-e1f2a3b4c5d6,"d1e9f2b1-5f28-4b8b-8c6c-8a1b2c3d4e5f,e2f0a3b2-6a39-4c9c-9d7d-9b2c3d4e5f6a"
f47ac10b-58cc-4372-a567-0e02b2c3d480,Section B,b1a2c3d4-e5f6-a7b8-c9d0-e1f2a3b4c5d6,f3a1b4c3-7b4a-4da-a8e8-ac3d4e5f6a7b