A department is used to categorize and group roles within the organization based on functional teams or disciplines. Departments help segment resource capacity, manage utilization targets, and support filtering within reporting and planning workflows. Each role in Parallax belongs to a department for organizational clarity and capacity planning.
Returns a paginated list of departments configured in the system, used to categorize people and roles for filtering and resourcing.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments
- Production Serverhttps://api.getparallax.com/v1/departments
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments?page=0&page_size=0&archived=true' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }