Getting 404 Not Found while retrieving an online meeting by meeting ID

0
Hello Experts,   I want to retrieve meeting information via meeting ID . The meeting ID is provided in the response object when creating an onlineMeeting. I have passed this meeting id as following format : "GET https://graph.microsoft.com/v1.0/users/81d9-4adb-bfc2-8f2a442e4642/onlineMeetings/MSpkYzE3Njc0Yy04MWQ5LYRhZGItYmZiMi04ZdFpHRTNaR1F6WGhyBWFkLnYy". But getting response as "404 Not Found". Please assist me in resolving this issue   Thank you.
asked
1 answers
0

Hey Akshitha!

 

The error 404 occurs when the resource is not found, but usually it gets fixed by checking the syntax of the request you are sending

Here are the possible reasons listed.

https://docs.mendix.com/refguide/published-rest-routing/

 

However to test, you can set the log level from the console tab of the REST consume to trace.

What this will do is give you a list of all requests and responses that were made for this call.

That will in turn help you debug your issue.

You can use the console request information and test the same in postman.

 

Hope this helps!

 

Regards

 

 

answered