Read Project Tasks
Read tasks associated with a project.
Input
Field | Definition | Type | Required |
---|---|---|---|
Project | |||
Project ID | Unique numeric identifier of the project. | Number | TRUE |
Output
Field | Definition | Type | |
---|---|---|---|
Tasks | |||
Task ID | Identifier for a task. | String | |
Task Name | Name of a task. | String | |
Description | Description of a task. | String | |
Time Created | Date and time when a task was created in ISO 8601. | Date and Time | |
Time Modified | Date and time when a task was last modified in ISO 8601. | Date and Time | |
Completed? | Indicates whether a task was completed or not. | Boolean | |
Time Completed | Date and time when a task was completed. Data will be displayed only if the field Completed? contains the value of True. | Date and Time | |
Due On | Due date (but not time) for a task in YYYY-MM-DD format.![]() This field will only output data when a due date is assigned to the task. |
Date and Time | |
Due At | Due date and time for a task in ISO 8601.![]() This field will only output data when a task was assigned with a due date and a specified time. |
Date and Time | |
Section ID | Identifier for the section that contains a task. | String | |
Section Name | Name for the section that contains a task. | String | |
Parent Task ID | Identifier of the parent task to which a task belongs. | String | |
Assignee ID | Unique identifier of the user to whom a task is assigned. | String | |
Assignee Name | Name of the user to whom a task is assigned. | String | |
Tags | Tags assigned to a task. | String | |
Followers | |||
User ID | Unique identifier of the user who is added to a task with the role of follower. | String | |
Name | Name of the task follower. | String |