<?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 Re: Pulling meeting data via webex api in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678740#M1402</link>
    <description>&lt;P&gt;If you're wanting meetings that have already happened with a specific date range then you would use meetingType=meeting. That will pull any ended or inProgress meetings. Using meetingSeries will pull the scheduling details for meetings and not the actual session details.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 14:05:33 GMT</pubDate>
    <dc:creator>Jeff Marshall</dc:creator>
    <dc:date>2022-08-30T14:05:33Z</dc:date>
    <item>
      <title>Pulling meeting data via webex api</title>
      <link>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678142#M1398</link>
      <description>&lt;P&gt;Created an API to pull meeting data from Webex by specific date, but the API is pulling meetings from outside the date range. Also, it's not pulling all meetings. Anyone got any tips to improve code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;import http.client&lt;BR /&gt;import pandas as pd&lt;BR /&gt;import json&lt;BR /&gt;import csv&lt;/P&gt;&lt;P&gt;conn = http.client.HTTPSConnection("webexapis.com")&lt;BR /&gt;payload = ''&lt;BR /&gt;headers = {&lt;BR /&gt;'Authorization': 'Bearer ************************************'&lt;BR /&gt;}&lt;BR /&gt;conn.request("GET", "/v1//meetings?meetingType=meetingSeries&amp;amp;from=2022-08-22&amp;amp;to=2023-08-23", payload, headers)&lt;BR /&gt;res = conn.getresponse()&lt;BR /&gt;data = res.read()&lt;/P&gt;&lt;P&gt;df2 = data&lt;/P&gt;&lt;P&gt;df = pd.read_json(data)&lt;/P&gt;&lt;P&gt;scheduled_meeting_data = df['items']&lt;/P&gt;&lt;P&gt;data_file = open('scheduledMeeting_data.csv', 'w')&lt;/P&gt;&lt;P&gt;csv_writer = csv.writer(data_file)&lt;/P&gt;&lt;P&gt;count = 0&lt;/P&gt;&lt;P&gt;for f in scheduled_meeting_data:&lt;BR /&gt;if count == 0:&lt;BR /&gt;header = f.keys()&lt;BR /&gt;csv_writer.writerow(header)&lt;BR /&gt;count +=1&lt;BR /&gt;&lt;BR /&gt;csv_writer.writerow(f.values())&lt;/P&gt;&lt;P&gt;data_file.close()&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678142#M1398</guid>
      <dc:creator>WEBEXAPINEWBIE</dc:creator>
      <dc:date>2022-08-29T15:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling meeting data via webex api</title>
      <link>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678739#M1401</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1397505"&gt;@WEBEXAPINEWBIE&lt;/a&gt;&amp;nbsp;can you please test the same outside your code, on the Dev portal for example:&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;? Do you get the same result? If you can reproduce it that way, feel free to open a ticket with our team - email to&amp;nbsp;&lt;A href="mailto:devsupport@webex.com" target="_blank"&gt;devsupport@webex.com&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678739#M1401</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2022-08-30T14:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling meeting data via webex api</title>
      <link>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678740#M1402</link>
      <description>&lt;P&gt;If you're wanting meetings that have already happened with a specific date range then you would use meetingType=meeting. That will pull any ended or inProgress meetings. Using meetingSeries will pull the scheduling details for meetings and not the actual session details.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:05:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/pulling-meeting-data-via-webex-api/m-p/4678740#M1402</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-08-30T14:05:33Z</dc:date>
    </item>
  </channel>
</rss>

