Hello!
I am trying to create an API call which will return all the tasks from all the subfolders of specific folder.
The way I am doing it now, it's getting all the children of the first folder
then iterating over every folder in the children list and getting the tasks inside it.
unfortunately - it's working very slow.
someone knows how can I get tasks from subfolder using the API ? is there such option ?