List webinars

GET {{baseUrl}}/metrics/webinars?type=live&from=<date>&to=<date>&page_size=30&next_page_token=<string>&group_id=<string>

Lists all the live or past webinars from a specified period of time.

Prerequisites

  • Business, Education or API Plan with Webinar add-on.

Scopes: dashboard_webinars:read:admin , dashboard:read:admin

Rate Limit Label : RESOURCE-INTENSIVE

Request Params

| Key | Datatype | Required | Description | | type | string | | The type of webinar to query.

  • past - All past webinars.
  • live - All live webinars.

This value defaults to live. | | from | string | | (Required) The start date in 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd'format. The date range defined by the from and to parameters should only be one month, as the report includes only one month's worth of data at once. | | to | string | | (Required) The end date 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd' format. | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. | | group_id | string | | The group ID. To get a group ID, use the List groups API.

Note: The API response will only contain meetings where the host is a member of the queried group ID. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;from&quot;:&quot;\u003cdate\u003e&quot;,&quot;to&quot;:&quot;\u003cdate\u003e&quot;,&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;page_size&quot;:30,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;,&quot;webinars&quot;:[{&quot;host&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_keys&quot;:[{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;dept&quot;:&quot;\u003cstring\u003e&quot;,&quot;duration&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;end_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;has_3rd_party_audio&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_archiving&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_pstn&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_recording&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_screen_share&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_sip&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_video&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_voip&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_manual_captions&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_automated_captions&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;participants&quot;:&quot;\u003cinteger\u003e&quot;,&quot;start_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;uuid&quot;:&quot;\u003cstring\u003e&quot;,&quot;audio_quality&quot;:&quot;poor&quot;,&quot;video_quality&quot;:&quot;good&quot;,&quot;screen_share_quality&quot;:&quot;bad&quot;},{&quot;host&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_keys&quot;:[{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;dept&quot;:&quot;\u003cstring\u003e&quot;,&quot;duration&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;end_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;has_3rd_party_audio&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_archiving&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_pstn&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_recording&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_screen_share&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_sip&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_video&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_voip&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_manual_captions&quot;:&quot;\u003cboolean\u003e&quot;,&quot;has_automated_captions&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;participants&quot;:&quot;\u003cinteger\u003e&quot;,&quot;start_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;topic&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;uuid&quot;:&quot;\u003cstring\u003e&quot;,&quot;audio_quality&quot;:&quot;good&quot;,&quot;video_quality&quot;:&quot;good&quot;,&quot;screen_share_quality&quot;:&quot;bad&quot;}]}