我正在使用Microsoft Graph API。我想知道API组的createdDateTime属性是否支持过滤:
https://graph.microsoft.com/v1.0/groups?$filter=CreatedDateTime ge '2019-01-01T21:15:12Z'
错误消息:
{ “错误”:{ “ code”:“ BadRequest”, “ message”:“无效的过滤子句”, “ innerError”:{ “ request-id”:“ xxxx”, “ date”:“ 2019-10-16T15:10:08” } } }
答案 0 :(得分:1)
2019/10/18
我已与Azure支持工程师确认,API组的createdDateTime属性不支持过滤器。