Retrieve an online meeting by JoinWebUrl stopped working in Beta API

angela83 101 Reputation points
2021-03-10T09:34:43+00:00

Hi Team

Retrieve an online meeting by JoinWebUrl as documented here onlinemeeting-get was working fine on Monday 8th of March and it stopped working yesterday and today is still not working. I am getting the following error on the GET request

"The query specified in the URI is not valid. Could not find a property named 'JoinWebUrl' on type 'Default.<>f__AnonymousType0_1Of<>f__AnonymousType1_2OfString_String'."

Is there any reason for this or is someone else facing the same issue?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,590 questions
0 comments No comments
{count} votes

Accepted answer
  1. angela83 101 Reputation points
    2021-03-11T14:31:27.6+00:00

    Hi @Danstan agreed /beta apis are subject to change.
    I have just tried it again and it is still failing for me. I am first getting the joinWebUrl from a callRecord and pasting it as is to get the onlineMeeting as below
    Am I doing anything wrong here? does it work for JoinWebUrl that are a few days old?

    76789-callrecord.png

    76790-onlinemeeting.png


1 additional answer

Sort by: Most helpful
  1. Danstan Onyango 3,741 Reputation points Microsoft Employee
    2021-03-11T14:14:23.777+00:00

    First, APIs under the /beta version in Microsoft Graph are subject to change and are not supported for use in Production so keep this in mind.

    That said, the endpoint works fine for me. I think you are using a link that is not a valid JoinWebUrl or it points to a meeting that does not exist. Here is a sample

    https://teams.microsoft.com/l/meetup-join/19%3ameeting_MWE3NjIwNTYtNWIzYi00YzViLWE0ZGMtMjg0YmFlODIwYjdi%40thread.v2/0?context=%7b%22Tid%22%3a%22db8a372f-db02-4791-b30b-df0bcec9bdb3%22%2c%22Oid%22%3a%222f43e7ac-7ef9-44de-8518-2c8d0f0668c6%22%2c%22IsBroadcastMeeting%22%3atrue%7d  
    

    See the screenshot below
    76821-online-meetings.png

    0 comments No comments