<?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 How to get registration details for a webex webinar in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-registration-details-for-a-webex-webinar/m-p/4619327#M932</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello All , I have 2 questions as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Q1. We want to fetch Registration details and Attendance details for a WebEx webinar (Created by us ) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we have any such utility in REST API to fetch these details ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q2. Also ,we want to do the same thing for WebEx Classic Events .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I was wondering if we can fetch similar details from XML API ( for Webex Classic )&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 14:15:40 GMT</pubDate>
    <dc:creator>Raffaele Lagana</dc:creator>
    <dc:date>2022-05-27T14:15:40Z</dc:date>
    <item>
      <title>How to get registration details for a webex webinar</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-registration-details-for-a-webex-webinar/m-p/4619327#M932</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello All , I have 2 questions as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Q1. We want to fetch Registration details and Attendance details for a WebEx webinar (Created by us ) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we have any such utility in REST API to fetch these details ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q2. Also ,we want to do the same thing for WebEx Classic Events .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I was wondering if we can fetch similar details from XML API ( for Webex Classic )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 14:15:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-get-registration-details-for-a-webex-webinar/m-p/4619327#M932</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-05-27T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get registration details for a webex webinar</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-registration-details-for-a-webex-webinar/m-p/4619341#M933</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Q1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(a)&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;&lt;U&gt;For registration details, you can use these. They work for both meetings and webinars:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meetings/list-meeting-registrants" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meetings/list-meeting-registrants&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;-&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meetings/get-registration-form-for-a-meeting" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meetings/get-registration-form-for-a-meeting&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meetings/get-a-meeting-registrant's-detail-information" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meetings/get-a-meeting-registrant's-detail-information&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need the meetingId for these and you can get that through&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meetings/list-meetings" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meetings/list-meetings&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(b)&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;&lt;U&gt;To get attendance details:&lt;/U&gt;&lt;/EM&gt;&lt;BR /&gt;-&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meeting-invitees/list-meeting-invitees" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meeting-invitees/list-meeting-invitees&lt;/A&gt;&amp;nbsp;(This is to get invitees who have not joined the meeting)&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants&lt;/A&gt;&amp;nbsp;(This is to get actual attendees, known as participants in the REST APIs)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q2.&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;U&gt;To do the same with XML APIs:&lt;/U&gt;&lt;/EM&gt;&lt;BR /&gt;You can check out the APIs seen here:&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!meeting-attendee-service-overview" target="_blank"&gt;https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!meeting-attendee-service-overview&lt;/A&gt;&amp;nbsp;.&amp;nbsp;There are a number of APIs here to allow the same, such as&amp;nbsp;GetEnrollmentInfo,&amp;nbsp;RegisterMeetingAttendee,&amp;nbsp;LstMeetingAttendee . Note all these will work with Classic Events and Trainings, as well as Meetings.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 14:30:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-get-registration-details-for-a-webex-webinar/m-p/4619341#M933</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-05-27T14:30:39Z</dc:date>
    </item>
  </channel>
</rss>

