使用图 API 按 createdDateTime 过滤 azure 组
Filtering azure groups by createdDateTime using graph API
我正在使用 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"
}
}
}
10/18/2019
我已与 Azure 支持工程师确认,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" } } }
10/18/2019
我已与 Azure 支持工程师确认,API 组的 createdDateTime 属性 不支持过滤器。