Requires authentication
Endpoint
Query Parameters
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve list of sectors
GET /sectors
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
{
"success": true,
"data": [
{
"id": "uuid",
"name": "Sector 1",
"description": "Main sector",
"createdAt": "2024-01-01T00:00:00Z"
}
]
}
Was this page helpful?