Microsoft Graph API 具有扩展会话的 CallRecord returns 错误

Microsoft Graph API CallRecord with expanded sessions returns an error

当我像这样执行对特定 callRecord 的请求时,它起作用了: https://graph.microsoft.com/v1.0/communications/callRecords/{id}

但是当我这样做时出现错误 (500): https://graph.microsoft.com/v1.0/communications/callRecords/{id}?$expand=sessions

{
    "error": {
        "code": "InternalServerError",
        "message": "Object reference not set to an instance of an object.",
        "innerError": {
            "date": "2022-04-14T12:21:34",
            "request-id": "{guid}",
            "client-request-id": "{guid}"
        }
    }
}

虽然看起来并不是每个 callRecord 都会发生这种情况。我们在 2022-04-11T00:24:00Z 左右开始在日志记录中看到此错误,现在我们得到了数千个这样的错误。

这是 Microsoft 方面的内部问题。一切似乎都是固定的。