@nextLink 在使用 $search 的 Outlook REST API 上损坏

@nextLink broken on Outlook REST API with $search

我正在使用 Outlook REST API(测试端点)搜索 'my mailbox',请求如下

https://outlook.office365.com/api/beta/me/messages/?$search=test

到目前为止一切顺利,我检索到了相关项目的列表。看起来 @nextLink 属性

中有一个延续 link

https://outlook.office365.com/api/beta/me/messages/?$search=test&$top=10&$skiptoken=<bigTokenHere>

但是调用这个失败并显示以下消息

{"error":{"code":"ErrorInvalidUrlQuery","message":"The following parameters are not supported with change tracking over the 'Messages' resource: '$search'."}}

这是正常行为吗?我做错了什么吗?

此错误已修复,因此它应该开始跨租户工作。