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.
Parece que no tenemos la página traducida que buscas, pero tenemos otro contenido en inglés y ofrecemos soporte en inglés.
¿En qué podemos ayudarte hoy?
Aprender. Compartir. Discutir.
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.