Skip to main content
Requires authentication

Endpoint

GET /blocks/{id}/units

Response

{
  "success": true,
  "data": [
    {
      "id": "uuid",
      "unitNumber": "101",
      "blockId": "uuid"
    }
  ]
}