getTaskSubtasks
Retrieve all subtasks for a specific task in Teamwork, including pagination options and the ability to include completed tasks.
Instructions
Get all subtasks for a specific task in Teamwork
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeCompletedTasks | No | Include completed tasks in the results | |
page | No | Page number for pagination | |
pageSize | No | Number of items per page | |
taskId | Yes | The ID of the task to get subtasks from |