Expose API methods for task blueprints
Title says it all! You can manipulate regular tasks using the Wrike API, but you can't even query for task blueprints at all. We would greatly appreciate the ability to query tasks within blueprint folders and projects, as well as launch individual task blueprints from the API. Because the ability to launch individual task blueprints exists in Wrike's form system, it seems that this capability is technically possible but likely hidden in a private API. Exposing the APIs used for task blueprints would help us greatly, since our usage of Blueprints as a whole is almost entirely task-based. Thanks!
Thank you for submitting your feedback SSEM Administrator, I'm passing it to our Product team 👍
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
I'm very interested by this thread; are there any updates on when this could be a feature?
Querying tasks from folders is currently quite easy (percolate through the child ids until you get a task), but all the childids in our blueprints are empty.
Hi Stéphane Burwash, welcome to the Community, and thank you for posting.
Please allow me to share a little detail on how we process Product Feedback. We receive many great ideas on Community, and we pass on all feedback to our Product team. If you'd like to find out more, this article explains what happens after we receive Product feedback. If there are any updates in relation to this request we'll be sure to let you know here🙋🏻♀️
I was able to query Task Blueprints using this method:
https://developers.wrike.com/api/v4/task-blueprints/
Example:
1st step: - https://www.wrike.com/api/v4/task_blueprints?pageSize=1000
Returns something like:
2nd step - https://www.wrike.com/api/v4/task_blueprints/UDDDDDDJF52/launch_async
You can also set the title and location as needed in the second step.
Thank you for sharing, David Laffitte! 👏 We truly appreciate your contribution and I'm sure many other Community members too 😃