直接路由呼叫 API 是否支持过滤器?

Does Direct Routing Calls API support filter?

我想知道 getDirectRoutingCalls API 支持过滤器吗?

我已经在 POSTMAN 中完成了以下测试

测试 1:

https://graph.microsoft.com/beta/communications/callRecords/getDirectRoutingCalls(fromDateTime=2021-05-06T01:48:48.7950838Z,toDateTime=2021-05-06T14:48:48.7950838Z)

@odata.count = 350

测试 2:

https://graph.microsoft.com/beta/communications/callRecords/getDirectRoutingCalls(fromDateTime=2021-05-06T01:48:48.7950838Z,toDateTime=2021-05-06T14:48:48.7950838Z)?$filter=userId 在 ('user-id-of-azure-user')

@odata.count = 350

测试 3:

https://graph.microsoft.com/beta/communications/callRecords/getDirectRoutingCalls(fromDateTime=2021-05-06T01:48:48.7950838Z,toDateTime=2021-05-06T14:48:48.7950838Z)?$filter=startsWith(userDisplayName,'Owen')

@odata.count = 350

@odata.count 在每个测试用例中都是相同的。

是我做错了什么还是API本身不支持过滤?

Get Direct 路由调用目前不支持过滤 API。 Microsoft 将始终关注客户的反馈和体验,未来将根据客户的反馈在服务中添加一些新功能,我们也建议您在 Teams UserVoice 中提出您的新想法,如果需要的话考虑作为未来的请求。