egg*_*m0n 5 rest office365 microsoft-graph
Microsoft Graph是否在v1.0或beta版中提供任何全文搜索功能?
具体来说,我想搜索电子邮件正文内容.我尝试了以下请求,只是为了测试API的不同部分:
https://graph.microsoft.com/v1.0/me/messages?$filter=body/content eq 'test'
Run Code Online (Sandbox Code Playgroud)
与响应消息
The property 'Body' does not support filtering.
Run Code Online (Sandbox Code Playgroud)
并要求
https://graph.microsoft.com/v1.0/me/messages?$filter=startswith(subject,'test')
Run Code Online (Sandbox Code Playgroud)
与响应消息
'contains' and 'startswith' are not supported for filtering. Use Search instead.
Run Code Online (Sandbox Code Playgroud)
最后一个响应提到了一些搜索功能,但我在文档中找不到这个.
搜索函数的语法为https://graph.microsoft.com/v1.0/me/messages ?$search=test
| 归档时间: |
|
| 查看次数: |
541 次 |
| 最近记录: |