Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The project task uuid.
200
The unique identifier for the object.
The name of the task (max 255 chars).
Any notes associated with the task (max 5000 chars).
The display order position of the task (same value as position).
The numeric position of the task used for ordering.
The status of the task, defaults to not_started if not set.
not_started, in_progress, completed The start date for the task. Will be in the form YYYY-MM-DD.
The end date for the task. Will be in the form YYYY-MM-DD. null if no end date is set.
Whether the task is billable, defaults to true if not set. Will be overridden to false if the project is not billable.
When enabled, prevents new time entries from being created with this task.
When enabled, prevents time entries that would exceed the budgeted hours for this task.
When enabled, prevents time entries that would exceed the budgeted hours assigned to the role or member for this task.
The project task code (max 255 chars).
When enabled, only assigned members and roles can track time to this task.
Requires notes on time entries for this task. Will be overridden to true if the project requires notes.
The record status of the task, defaults to active if not set.
active, archived The budgeted hours for the task. Only used if there are no roles or project members set.
The budgeted services revenue for the task. Only used if there are no roles or project members set.
The timestamp when the object was created.
The parent task this task is nested under, or null if it has no parent.
The project this task belongs to.
The list of project roles assigned to this task. null when the project does not use roles. IDs must be unique.
The list of tags associated with this task.
The list of project members directly assigned to this task. IDs must be unique.