我正在使用Microsoft Graph来获取可用于租户的房间列表。 根据文档,应该使用List Palace Api(https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http)。
现在,我遇到了使用List Places API获取更新数据的问题。 我为租户添加了几个房间,但这些都没有反映为List place api响应的一部分。 但是,Beta中的findRooms api会提供更新的响应。
https://graph.microsoft.com/v1.0/places/microsoft.graph.room(生产版本) https://graph.microsoft.com/beta/me/findRooms(测试版)
由于我将在生产环境中使用此api,因此无法使用Beta版本的Apis。
请提出建议。预先感谢。
更新:大约12小时后,List Places api返回更新的响应