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.
Es sieht so aus, als hätten wir die übersetzte Seite, nach der Sie suchen, nicht, aber wir haben andere Inhalte auf Englisch und bieten Unterstützung in Englisch.
Wobei können wir Ihnen helfen?
Lernen. Teilen. Diskutieren.
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.