question

Apptomate-0383 avatar image
0 Votes"
Apptomate-0383 asked saldana-msft edited

call records in graph api returns record not found even there is lots of callrecording

{
"error": {
"code": "NotFound",
"message": "Could not find the requested call record. Records about calls or online meetings that started more than 30 days ago are not available.",
"innerError": {
"date": "2021-04-27T13:11:12",
"request-id": "9ac16791-769c-4ae2-ac90-3a1650de721c",
"client-request-id": "9ac16791-769c-4ae2-ac90-3a1650de721c"
}
}
}

i have added permisions callrecord and im using client credentials token.

office-teams-app-devmicrosoft-graph-teamworkmicrosoft-graph-sdkmicrosoft-graph-cloud-communications
· 2
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.

@Apptomate-0383 - Could you please share the graph api request your using?

0 Votes 0 ·

@Apptomate-0383 - If you are still facing the issue please share details of the graph api request your using.

0 Votes 0 ·

1 Answer

Deva-MSFT avatar image
0 Votes"
Deva-MSFT answered
  • Are you trying to find older records (more than 30 days are not available)? If yes, then you will receive the above error.

  • Instead, you may want to give a try within 30 days and see still if you can repro the issue. If yes, then share the graph response (requestid, timestamp).

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.