Skip to content

API call for Users/<userid>/OnlineMeetings/getAllTranscripts results in 500 Internal Error #2808

Answered by xtophs
xtophs asked this question in Q&A
Discussion options

You must be logged in to vote

I suspect this is an issue with the query that's suggested by Graph Explorer and generated by the C# Graph SDK.

Calling the endpoint with the syntax suggested by the documentation at https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get, i.e.

https://graph.microsoft.com/v1.0/users/<userId>/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId='<userId>')

instead of

https://graph.microsoft.com/v1.0/users/<userId>/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)?endDateTime=2024-09-30T23%3A59%3A59.0000000%2B00%3A00&meetingOrganizerUserId=<userId>&startDateTime=2024-09-01T00%3A0…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xtophs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant