Skip to main content
GET
GET Departments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Sets a limit on the returned values

offset
integer

Offsets the returned values

Response

200 - application/json
(Department · object | null)[]

OK

A company department object.

name
string

Name of the department

id
string

Unique identifier of the department

parent
string | null

id of the parent department, if one exists