latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Divisions
List divisions
Returns the tenant's divisions visible to the caller. Permission-filtered: only divisions where the calling role has at least read access are included.
get/tenants/{tenant_id}/divisions
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Query parameters
pageinteger nullable
resultsinteger nullable
Response
Paged divisions listing
Example response
{
"items": [
{
"created_at": "2026-05-20T10:00:00Z",
"id": 7261844974723780000,
"name": "Engineering",
"protected": true,
"updated_at": "2026-05-20T10:00:00Z"
}
],
"page": 1,
"total_pages": 4,
"total_results": 137
}