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
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the time off type. |
isActive | boolean | A flag to indicate if the time off type is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |