Microsoft Graph:规划器任务的过滤问题 [英] Microsoft Graph: Filtering issue with Planner tasks

查看:67
本文介绍了Microsoft Graph:规划器任务的过滤问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想过滤规划师任务,例如像这样:

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

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

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

Graph API不允许我从Planner过滤任务,就像从Graph Explorer中观察到的那样.

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

有人为此提供解决方案吗?

Has someone a solution for that?

推荐答案

不幸的是,Planner API当前不支持通用过滤.筛选的典型方法是读取所有任务并在客户端进行筛选.

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.

这篇关于Microsoft Graph:规划器任务的过滤问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆