I'm trying to get all the tasks and subtasks on a particular project using a GET request in this format:
https://www.wrike.com/api/v4/folders/{folderId}/tasks?descendants=true
where {folderId} is the folder ID of the project.
It's only pulling the top-level tasks and not the subtasks. I'm sure I'm missing something simple but I can't seem to find what it is. What do I need to do to get all the subtasks?
Thanks for the help.