我正在尝试使用Microsoft Graph根据创建时间过滤Office 365组。
不幸的是,所有DateTime
格式都会产生400 - BadRequest - Invalid filter
子句响应。
我尝试了以下过滤条款:
/v1.0/groups?$filter=createdDateTime/DateTime gt 2016-10-24T14:21:03.000Z
/v1.0/groups?$filter=createdDateTime gt '2016-10-24T14:21:03.000Z'
你能帮我解决一下我缺少的东西吗?
答案 0 :(得分:1)
我担心群组今天不支持按createdDateTime
或gt
进行过滤。
如果您希望将此内容添加到Microsoft Graph,则可以将此提示提交到Microsoft Graph's UserVocie。