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.
どのようなことでお手伝いできますか?
学ぶ。 共有する。 議論する。
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.