Expand description
Task-oriented data structures, builders, and request payloads.
Structs§
- Task
- Full task payload returned by the Asana API.
- Task
Create Builder - Builder for constructing validated task create payloads.
- Task
Create Data - Payload for creating tasks.
- Task
Create Request - API envelope for create requests.
- Task
List Params - Parameters for listing tasks via the API.
- Task
Membership - Task membership metadata linking it to projects and sections.
- Task
Project Reference - Compact project reference used within task payloads.
- Task
Reference - Lightweight reference to a task or subtask.
- Task
Search Params - Parameters for searching tasks.
- Task
Section Reference - Compact section reference.
- Task
TagReference - Compact tag reference used within tasks.
- Task
Update Builder - Builder for constructing validated task update payloads.
- Task
Update Data - Payload for updating existing tasks.
- Task
Update Request - API envelope for update requests.
Enums§
- Task
Assignee Status - Status of a task relative to the assignee’s prioritisation buckets.
- Task
Sort - Supported sort orders for task listings.
- Task
Validation Error - Errors emitted during task payload validation.