I’m trying to filter out Project Tasks via my API query but so far haven’t been able to get this to work correctly. So far, I’ve tried filtering like this:
“VisibilitySettings/TimeEntries eq 'true'”
and
“VisibilitySettings/TimeEntries eq true”
For both of these filters, I will still get back ProjectTasks whose TimeEntries Visibility settings are equal to “false”. Is this possible to do?
Best answer by Vignesh Ponnusamy
Hi @ryanmiter,
Filter does work with the detail entity. Map the field to the header level entity(ProjectTask) then use the filter like below