Get Groups | Get Group
not on the roadmap
Reginald Andreas
I've interested ClickUp into my Bubble app so that I could retrieve my space's list of tasks and display them in my app.
I managed to get this to work, but the Get Tasks API call does not seem to retrieve items that have been marked as "complete" in ClickUp.
This is neccessary for my use case as it will allow my users to see the progress of their projects instead of just seeing items removed.
I tried to see if it was possible to retrieve the list's "complete" group, but there was no API call for it.
So it would be great if this was a thing.
Log In
Joey
not on the roadmap
Hey there! Thanks for sharing your feature request with us. We truly appreciate your input!
As part of our efforts to improve our feedback boards, we're closing this older feature request.
Removing old and inactive posts will increase the communication between the ClickUp team and our users, allowing us to hear more of your great ideas!
If you feel this request is worth revisiting, feel free to create a new post!
Thanks for being a part of our community!
John
You can add "?include_closed=true" in your call to include the completed tasks.
Reginald Andreas
John: Thanks John. I managed to get some help from ClickUp support and figured it out.