【发布时间】: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)
【问题讨论】: