Hi everyone, I was wondering if there was a way to query deleted tasks(which are currently in the Recycling Bin) through the Wrike API.
Welcome to Wrike, @Eddy Leon Silva! 🎉 Would you like to chat with our support team? You can check this out yourself, or let me know if you’d like me to raise a ticket on your behalf. 😊
@Eddy Leon Silva
I found a way to do it, but it might not work very well (ran into internal server error, likely due to huge recycle bin).
Try these following steps:
Then you can use the Task API (GET /folders/{folderId}/tasks), to retrieve tasks from your recycle bin folder, for example:
https://app-eu.wrike.com/api/v4/folders/IEAC7PTTI7777776/tasks?status=Cancelled&descendants=false
Â
Hope it helps!