Query Milestones
Is there a way to query tasks that are only milestones? I try to use the dates as a parameter but I got an error saying that is an option.
It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
What can we help you with?
Learn. Share. Discuss.
Is there a way to query tasks that are only milestones? I try to use the dates as a parameter but I got an error saying that is an option.
Folllowing List for Post: Query Milestones
[this list is visible for admins and agents only]
Have you tried querying where startdate = "" since milestones do not have a start date? I have not tried it with the query directly but have that in my PHP code to distinguish between tasks and milestones and it gets the job done.
https://developers.wrike.com/api/v4/tasks/
Looks like you cannot do startdate = "" but I do see a type=milestone option.