首页 > 解决方案 > 使用图形 API 按 createdDateTime 过滤天蓝色组

问题描述

我正在使用 Microsoft Graph API。我想知道 API 组的 createdDateTime 属性是否支持过滤:

https://graph.microsoft.com/v1.0/groups?$filter=CreatedDateTime ge '2019-01-01T21:15:12Z'

错误信息:

{ "error": { "code": "BadRequest", "message": "Invalid filter Clause", "innerError": { "request-id": "xxxx", "date": "2019-10-16T15: 10:08" } } }

标签: microsoft-graph-apiazure-ad-graph-api

解决方案


2019 年 10 月 18 日

我已与 Azure 支持工程师确认 API 组的 createdDateTime 属性不支持筛选器。


推荐阅读