Time off type object

Workspace members can track both project time and time off. Each workspace can have custom time off types, such as vacation or sick leave.

Example

{
  "id": "ed1d583f-8a81-405f-af0a-edc5be56c49e",
  "name": "Jury Duty",
  "isActive": false,
  "createdAt": "2023-03-17T13:25:01.200Z"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the time off type.
isActivebooleanA flag to indicate if the time off type is active in the system.
createdAttimestampThe timestamp when the object was created.