v2
latestSwagger 2.02026-08-04108164321.0 KBCreates a new task in a project section. Requires ProjectIDFK, SectionIDFK, and Title. Optionally assign users, set dates, priority, estimated effort, and tags.
Request body
The project this task belongs to.
The section (task group) this task belongs to.
The task type (workflow) ID for this task.
Task title/name.
Task description (may contain HTML).
List of user IDs to assign to this task.
Task priority. Values: None, Low, Medium, High, Urgent.
Task start date.
Task due date.
Decimal hours
Parent task ID to create this as a subtask. NULL creates a root-level task.
FileAttachmentIDs (returned from prior /api/FileAttachment uploads) to link to the new task. Each ID must have been created by the current user and not yet linked to any entity.
If true, fires the task_created webhook event to any subscribed endpoints. Defaults to false to preserve existing integration behaviour.
Response
Returns the created task with assigned Task ID.
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).