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 não temos a página traduzida que você está procurando, mas temos outros conteúdos em inglês e oferecemos suporte em inglês.
Como podemos ajudar você?
Aprender. Compartilhar. 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.