question

phillipsmithattigercommsdotcom avatar image
0 Votes"
phillipsmithattigercommsdotcom asked phillipsmithattigercommsdotcom commented

Get callRecord. I want to get a callRecord once the call has finished and data has stopped changing

Hi

I want to retrieve the last version of callRecord. I am retrieving on receipt of a call notification. There are two types of notification - Create and Update. A call may undergo many events. I only want to retrieve after the last notification. Is there any way of doing this?

Regards

Phillip

microsoft-graph-cloud-communications
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ShivamDhiman-1582 avatar image
0 Votes"
ShivamDhiman-1582 answered phillipsmithattigercommsdotcom commented

Hi @phillipsmithattigercommsdotcom

It is not possible to retrieve last version of callRecord. As per the documentation callRecord version increase monotonically. CallRecord version changes based on the number of call records available, higher version call records with the same id includes additional data compared to the lower version.

You can refer to this similar post: Microsoft Graph API Get callRecord method: version of callRecord

Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for the response.

1 Vote 1 ·