<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Webinar Missing from Rest API in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4788850#M1967</link>
    <description>&lt;P&gt;Hello Webex Community,&lt;/P&gt;
&lt;P&gt;I am trying to pull the participants list using&amp;nbsp; &lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;/v1/meetingParticipants call. It works for all the webinars I am interested except for one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;This webinar, a meetingSeries one, was restarted by mystake by the host a few hours after the event was finished. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;The fact is that via the REST-APIs if I list the meetings for that day I can see only the second instance of the webinar, the one which was started by mistake. I cannot see the "real" one and then get it's id to pull the participants list. The WebUI portal instead shows me everything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;Any ideas on how to solve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;Many Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;ADP&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 17:21:29 GMT</pubDate>
    <dc:creator>ADP89</dc:creator>
    <dc:date>2023-03-07T17:21:29Z</dc:date>
    <item>
      <title>Webinar Missing from Rest API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4788850#M1967</link>
      <description>&lt;P&gt;Hello Webex Community,&lt;/P&gt;
&lt;P&gt;I am trying to pull the participants list using&amp;nbsp; &lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;/v1/meetingParticipants call. It works for all the webinars I am interested except for one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;This webinar, a meetingSeries one, was restarted by mystake by the host a few hours after the event was finished. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;The fact is that via the REST-APIs if I list the meetings for that day I can see only the second instance of the webinar, the one which was started by mistake. I cannot see the "real" one and then get it's id to pull the participants list. The WebUI portal instead shows me everything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;Any ideas on how to solve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;Many Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ZocsOCjnrlfPgX7_FIbg"&gt;ADP&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 17:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4788850#M1967</guid>
      <dc:creator>ADP89</dc:creator>
      <dc:date>2023-03-07T17:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Webinar Missing from Rest API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789680#M1968</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/969407"&gt;@ADP89&lt;/a&gt;&amp;nbsp;maybe the best would be to open a ticket with our team - email to &lt;A href="mailto:devsupport@webex.com" target="_blank"&gt;devsupport@webex.com&lt;/A&gt;&amp;nbsp;- and send us some concrete examples, so we can check it. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 15:33:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789680#M1968</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2023-03-08T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Webinar Missing from Rest API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789747#M1969</link>
      <description>&lt;P&gt;This is likely because you are using the meetingSeriesId instead of the meeting instanceId. The meeting instanceId is formatted as XXXX_I_XXXX and is used to pull data for a specific instance of a meeting/webinar. If you're using the meetingSeriesId then the /meetingParticipants API will only return participants for the most recent instance of that meeting. Being that the meeting was stopped and restarted this would mean it would have two instances and to pull the first one you need to use the meeting instanceId for that instance. You can get the meeting instanceId by querying /meetings?meetingSeriesId=&amp;lt;id&amp;gt;&amp;amp;meetingType=meeting. This should return all instance of the meeting so you can check each one.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 16:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789747#M1969</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2023-03-08T16:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Webinar Missing from Rest API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789783#M1970</link>
      <description>&lt;P&gt;L-E-G-E-N-D&lt;/P&gt;
&lt;P&gt;That was it. Thank you for the hint I was not aware of this instances.&lt;/P&gt;
&lt;P&gt;BTW the /meetings?meetingSeriesId=&amp;lt;id&amp;gt;&amp;amp;meetingType=meeting is returning me an empty list.. I have found the instance id by /v1/meetings?meetingType=meeting&amp;amp;from={FOO}&amp;amp;to={BAR} which is weird but fine.. The real game changer is ?meetingType=meeting&lt;/P&gt;
&lt;P&gt;Thank you Jeff!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 18:04:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webinar-missing-from-rest-api/m-p/4789783#M1970</guid>
      <dc:creator>ADP89</dc:creator>
      <dc:date>2023-03-08T18:04:44Z</dc:date>
    </item>
  </channel>
</rss>

