我正在使用OWA REST API开发OWA加载项
例如,使用$filter=inlinImage eq true
获取附件列表时,我无法获得过滤结果:
https://outlook.office.com/api/v2.0/me/messages/{id}/attachments?$filter=IsInline%20eq%20true
或
https://graph.microsoft.com/v1.0/me/messages/{id}/attachments?$filter=IsInline%20eq%20true
知道in the resource reference的isInline是可过滤的,并且在执行上述请求时得到了响应200,但是没有通过该查询参数过滤数据
这是预期的行为吗?否则如何获取这些数据?