How to filter the callRecord using sessionId? I use an embeddable method to integrate ring central to my web app.In an "rc-call-end-notify" event, I get call: {
"partyData": {
"partyId": "p-123",
"sessionId": "s-123"
},
}I am trying to fetch the call log using the sessionId.First, I tried to get the call logs using the APIhttps://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/call-logI get the same sessionId "s-123' under "telephonySessionId" key in the response.Then, i tried to filter out with the "s-123' using an API