Skip to main content
Requires authentication

Endpoint

GET /buildings

Response

{
  "success": true,
  "data": [
    {
      "id": "uuid",
      "name": "Building A",
      "sectorId": "uuid",
      "floors": 5
    }
  ]
}