【问题标题】:MS Graph APIs delta query with expand and nested select parameters not working together带有展开和嵌套选择参数的 MS Graph API 增量查询不能一起工作
【发布时间】:2023-03-30 06:20:01
【问题描述】:

带有 $expand 和嵌套 $select 参数的 MS Graph API 增量查询无法在消息中协同工作。

https://graph.microsoft.com/v1.0/me/MailFolders/Inbox/messages/delta?$expand=attachments($select=name,size)

此请求返回附件中的所有属性,而不考虑所选属性,但相同的查询在以下请求中按预期工作,但没有 delta 查询。

https://graph.microsoft.com/v1.0/me/MailFolders/Inbox/messages?$expand=attachments($select=name,size)

【问题讨论】:

    标签: microsoft-graph-api


    【解决方案1】:

    我们不支持 Delta 查询中的“$expand”,如下所述:https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_overview

    【讨论】:

    猜你喜欢
    • 2019-01-17
    • 1970-01-01
    • 2021-12-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-02-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多