【问题标题】:Office 365: Filtering on createdDateTime for a Group's DriveOffice 365:筛选组驱动器的 createdDateTime
【发布时间】:2016-07-13 00:14:32
【问题描述】:

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

API 调用:

https://graph.microsoft-ppe.com/v1.0/groups/GROUP-ID-HERE/drive/root/children?$filter=createdDateTime+gt+2016-07-06T00:00:00.00Z

错误信息:

{ “错误”: { “代码”:“无效请求”, "message": "请求格式错误或不正确。", “内部错误”:{ “请求 ID”:“f9be6675-5498-480c-b219-4de86592f824”, “日期”:“2016-07-13T00:06:32” } } }

【问题讨论】:

    标签: office365 microsoft-graph-api


    【解决方案1】:

    没有。根据测试,List Children API 不支持通过 createdDateTime 过滤结果。

    如果您希望 Microsoft Graph 支持此功能,可以尝试从here 提交反馈。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-06-21
      • 1970-01-01
      • 2021-03-31
      • 2021-04-09
      • 2019-09-19
      • 2022-08-09
      • 2020-05-29
      • 1970-01-01
      相关资源
      最近更新 更多