List recurring tasks
Get all recurring tasks for a workspace.
/ v1 / recurring-tasks
Authorization
Query parameters
- cursorstring
Use if a previous request returned a cursor. Will page through results.
-
The workspace for which all recurring tasks should be returned.
Response
200 - application/json - object
-
Contains the nextCursor, if one exists, along with the pageSize.
- nextCursorstring
Make the same query with the new cursor to get more results.
- pageSizenumber
The number of results in this response.
-
-
Recurring tasks for the workspace.
-
The ID of the recurring task.
-
The name of the recurring task.
-
The user who created the recurring task.
-
The user assigned to the recurring task.
- projectobject
The project data.
-
The ID of the project.
-
The name of the project.
-
The HTML contents of the description.
-
The ID of the workspace.
- statusobject
The status of the project.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-
- createdTimedatetime
The timestamp when the project was created.
- updatedTimedatetime
The timestamp when the project was last updated.
- customFieldValuesrecord<object>
Record of custom field values for the entity, where each key is the name of the custom field (not the ID). Each object contains a "type" discriminator and a "value" property that varies based on the field type.
- textobject
Text custom field value.
- numberobject
Number custom field value.
- urlobject
URL custom field value.
- dateobject
Date custom field value.
- selectobject
Select custom field value.
- multiSelectobject
Multi-select custom field value.
- personobject
Person custom field value.
- multiPersonobject
Multi-person custom field value.
- emailobject
Email custom field value.
- phoneobject
Phone custom field value.
- checkboxobject
Checkbox custom field value.
-
-
-
The status of the recurring task.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-
-
Valid options are ASAP, HIGH, MEDIUM, or LOW.
-
An array of labels.
- namestring
The name of the label.
-
-
The workspace data.
-
The ID of the workspace.
-
The name of the workspace.
-
The ID of the team.
-
Whether the workspace is a team or individual type.
-
An array of labels.
- namestring
The name of the label.
-
-
An array of statuses for the workspace.
- namestring
The name of the status.
- isDefaultStatusboolean
Whether this status is a default status for the workspace.
- isResolvedStatusboolean
Whether this is a resolved (terminated) status for the workspace.
-
-
-