5

I want to filter Planner tasks, e.g. like this:

https://graph.microsoft.com/v1.0/planner/plans/CONGZUWfGUu4msTgNP66e2UAAySi/tasks?$filter=title eq 'Take inventory'

Graph API is not letting me filter tasks from Planner as can be observed from Graph Explorer.

Has someone a solution for that?

1

1 Answer 1

5

Unfortunately Planner APIs currently do not support generic filtering. The typical approach for filtering is to read all tasks and filter on the client side.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.