Requires scope: external_employees or clock.
Legacy, Kept for existing integrations. New integrations should use
GET /api/department-management/v3/tree, which returns offices together with their department structure in one call.
Returns a list of all available offices. This will not include department groups or departments.
Security
apiKey(Required scopes: external_employeesclock)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api2/offices
- Productionhttps://app.dyflexis.com/your-tenant/api2/offices
curl -i -X GET \
https://beta-developer.dyflexis.com/_mock/openapi/api2/offices \
-H 'Authorization: YOUR_API_KEY_HERE'