v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBDepartment & Team
department.list
Lists all departments.
See the Pagination and Incremental Synchronization guide for detailed usage examples.
Requires the organizationRead permission.
post/department.list
Request body
Example request
{
"cursor": "G8",
"limit": 25,
"syncToken": "jYnEBmjzR"
}Response
Responses from the department.list endpoint
Example response
{
"success": true,
"results": [
{
"id": "3ae2b801-19f6-41ef-ad28-214bd731948f",
"name": "Engineering Operations",
"externalName": "Engineering",
"isArchived": false,
"parentId": null,
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"extraData": null
}
],
"moreDataAvailable": false,
"syncToken": "sync-token-example"
}