Skip to content

List offices
LEGACY

Request

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)
curl -i -X GET \
  https://beta-developer.dyflexis.com/_mock/openapi/api2/offices \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
officesArray of objects
Response
{ "offices": [ {} ] }