Task tag object

Task tags can be assigned to each task within a project. This allows you to define custom task attributes. You can then filter reports using Task tags.

Example

{
  "id": "1fc85d8c-6b3c-4e3e-8bd7-c8fcedb0ab23",
  "name": "Onsite",
  "isActive": true,
  "createdAt": "2024-04-12T13:24:15.713Z"
}

Attributes

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