Microsoft Graph: Filtering issue with Planner tasks

为君一笑 提交于 2020-05-15 16:32:11

问题


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:


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.



来源:https://stackoverflow.com/questions/51268118/microsoft-graph-filtering-issue-with-planner-tasks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!