List subtasks for a parent task
Returns subtasks for a specific parent task. Supply the parent task ID. This returns all direct subtasks of that task regardless of nesting level in the project.
SELECT * FROM SubTasks WITH(QueryBy='task', TaskId='1207150838176996')