GET
/
api
/
departments
/
{departmentId}

Authorizations

Authorization
string
header
required

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

Path Parameters

departmentId
string
required

The ID of the department to retrieve

Response

200 - application/json
color
string

The color associated with the department

companyId
string

The ID of the company to which the department belongs

createdAt
string

The date and time when the department was created

id
string

The unique identifier of the department

name
string

The name of the department

updatedAt
string

The date and time when the department was last updated