Microsoft graph api 扩展todo任务的扩展会抛出500个错误';预期的EntitySet或Singleton';

Microsoft graph api 扩展todo任务的扩展会抛出500个错误';预期的EntitySet或Singleton';,microsoft-graph-api,microsoft-graph-sdks,Microsoft Graph Api,Microsoft Graph Sdks,GET/users/{Id | userPrincipalName}/todo/lists/{todoTaskListId}/tasks/{Id}?$expand=extensions($filter=Id eq'{extensionId}) 正在引发500个内部服务器错误 “错误”:{ “代码”:“InternalServerError”, “消息”:“预期的EntitySet或Singleton”} 我找不到任何关于导致这种情况的最新突破性更改的文档,也找不到查询中是否需要任何格式更改的文

GET/users/{Id | userPrincipalName}/todo/lists/{todoTaskListId}/tasks/{Id}?$expand=extensions($filter=Id eq'{extensionId})

正在引发500个内部服务器错误

“错误”:{ “代码”:“InternalServerError”, “消息”:“预期的EntitySet或Singleton”}

我找不到任何关于导致这种情况的最新突破性更改的文档,也找不到查询中是否需要任何格式更改的文档。请提供必要的指导


这是最近才开始发生的,没有在线文档,为什么会抛出这样的错误,以及如何修复它。顺便说一句,我正在使用NodeJS调用这个API,这已经被修复了。我已经测试过了,现在应该可以正常工作了。

我看到了相同的行为。如果有修复的详细信息,我会回来的。@Danstan你好,这方面有什么消息吗?谢谢!顺便说一句,这是怎么发生的?尤其是现在,因为todoapi已经过了测试版。没有更新,我会发现,这将涵盖这一点。我们是否应该期待未来出现更多此类问题?