v1
latestSwagger 2.02026-07-13107162315.5 KBUpdate a Task.
Requires TaskID and a list of field names to update. The FieldsToUpdate field accepts a string array containing field names that should be updated.
Request body
Unique identifier for the task.
Array of field names to update. Only listed fields will be modified.
The section (task group) this task belongs to.
Task title/name.
Task description (may contain HTML).
List of user IDs to assign to this task.
Task start date.
Task due date.
Task priority. Values: None, Low, Medium, High, Urgent.
Decimal hours
Current task status code.
Task completion percentage (0-100).
FileAttachmentIDs (returned from prior /api/FileAttachment uploads) to newly link to this task. Each ID must have been created by the current user and not yet linked to any entity.
If true, fires the matching webhook event (e.g. task_updated) to any subscribed endpoints. Defaults to false to preserve existing integration behaviour.
Response
Returns the updated task details.
Unique identifier for the task.
The project this task belongs to.
Title of the parent project.
Short code of the parent project.
Title of the section this task is in.
The section (task group) this task belongs to.
Task title/name.
Task description (may contain HTML).
Task description with HTML tags stripped.
Task start date.
Task due date.
Date the task was marked as completed.
Estimated effort in decimal hours.
Actual time logged against this task in decimal hours.
The task type (workflow) ID for this task.
Current task status code.
Display name of the current task status.
Whether the current status represents a completed state.
Task completion percentage (0-100).
Task priority. Values: None, Low, Medium, High, Urgent.
Display name of the task priority.
URL to view this task in the Avaza web application.
Date and time the task was created.
Date and time the task was last updated.
Parent task ID if this is a subtask. NULL for root-level tasks.
Title of the parent task (denormalized for display). NULL for root-level tasks.
Number of immediate subtasks under this task.
Percentage of subtasks in a complete status (0-100).