Forum Discussion
ad-hoc call transcripts via graph api endpoint
I have an app with the below permissions. I can successfully get list of transcripts and transcript content for online meetings. But when I try to get list for ad-hoc calls, I get the 400 Bad Request error. Any suggestions on how to get ad hoc call transcripts?
Permissions
Error:
3 Replies
- ldrukerCopper Contributor
OK thank you for your reply.
You mention empty results. Will it be possible to list ad-hoc call transcripts for users by sending a request to this endpoint? And then use the results to pull transcripts from this endpoint?
/users/{userId}/adhocCalls/{callId}/transcripts/{transcriptId}
Or will it only be possible if we follow process to set up a webhook and subscribe to get notifications when a specific transcript is ready?
- Nivedipa-MSFT
Microsoft
Thanks for bringing this issue to our attention. We will check and update you soon.
- Kanchan Mitra
Microsoft
Fix is rolling out this week. We had a regression as the format of the backend for empty results changed causing our layer to fail with this error.