Skip to main content
Get a single busy-time-type

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Response

200 - application/json

Object with busy-time-type data.

id
integer
required

Busy time type id

Required range: x > 0
Example:

1

title
string
required

Busy time type title

Example:

"Meeting"

color
string
required

Busy time type color (hex)

Example:

"#72a2c3"

duration
number
required

Busy time type duration (minutes)

Example:

60

note
string | null
required

Busy time type note

Example:

"Daily stand-up"

deletedAt
required

Object archived date time

Example:

"2023-07-30T09:00:00.000Z"

isUtilisationIncluded
boolean | null
default:false

Whether this busy time type includes utilisation

archived
boolean | null
default:false

Whether the busy time type has been archived

createdAt

Object creation date time

Example:

"2023-07-30T09:00:00.000Z"

updatedAt

Object update date time

Example:

"2023-07-30T09:00:00.000Z"