Task template object

Task Templates allow standard tasks to be easily added to projects.

Example

{
  "id": "ff7ff4a6-5890-48d6-9888-0b21aa5cdb3a",
  "name": "Data Architecture",
  "budgetHours": 160,
  "notes": "Design the database schema." ,
  "isBillable": true,
  "createdAt": "2024-09-18T12:21:39.591Z",
  "tags": [
    {
      "id": "a7a9b17c-cdf8-482e-b1b5-e000e76417d5",
      "name": "UX Team"
    }
  ]
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the task template.
budgetHoursnumberThe budget hours of the task template.
isBillablebooleanA flag to indicate if the task template is billable.
createdAttimestampThe timestamp when the object was created.
tagsarray of objectsThe list of associated tags. See attributes .

Tag attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the tag.