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.
Any notes associated with the task.
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.
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. Overridden to false when 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.
When enabled, only assigned members and roles can track time to this task.
Whether notes are required on time entries for this task. Overridden to true when the project requires notes.
The record status of the task.
active, archived The budgeted hours for the task.
The budgeted services revenue for the task.
The timestamp when the object was created.
The project this task belongs to.
The parent task this task is nested under, or null if it has no parent.
The list of project roles assigned to this task. null when the project does not use roles.
The list of project members directly assigned to this task.
The list of tags associated with this task.