@Outlook REST API上的nextLink在$search中被破坏

@Outlook REST API上的nextLink在$search中被破坏,outlook,office365api,outlook-restapi,office365-restapi,Outlook,Office365api,Outlook Restapi,Office365 Restapi,我正在使用Outlook REST API(beta端点)搜索“我的邮箱”,请求如下 https://outlook.office365.com/api/beta/me/messages/?$search=测试 到目前为止,我检索到了相关项目的列表。在@nextLink属性中似乎有一个延续链接 https://outlook.office365.com/api/beta/me/messages/?$search=test&$top=10&$skiptoken= 但调用此函数失败,并显示以下消息

我正在使用Outlook REST API(beta端点)搜索“我的邮箱”,请求如下

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

到目前为止,我检索到了相关项目的列表。在
@nextLink
属性中似乎有一个延续链接

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

但调用此函数失败,并显示以下消息

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

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

这个bug已经被修复,所以它应该开始在租户之间工作。

是的,这是我们这边的bug。我们正在跟踪它。我得到了这样的
“无法将类型为'LegacyPagingToken'的对象强制转换为类型为'Microsoft.Exchange.Services.OData.Model.SkipToken'”。“
当删除
$search
时,因为消息显示附加参数正在分解这些内容