Question
how can use filter on child level object
HI Team,
How can we use filter on child level object using WF api call.
like project have task collection and need a filter on tasks:milestoneID
I am using below code:
/attask/api/v19.0/PROJ/search?ID=XXXXX&fields=tasks:milestoneID&tasks:milestoneID_Mod=notnull
result is i m getting all the tasks list filter is not applying.
what is wrong on above code.