Poll reports

Get webinar & meeting poll reports

The webinar and meeting ID is crucial for accessing specific information and performing actions related to webinars or meetings, such as retrieving poll reports for Webinars Plus & Events.

On this page

  1. Sign in to Webinars Plus & Events.
  2. Start by retrieving the Event ID associated with the session you are interested in. Another option is to invoke the list Events API with the corresponding role_type=host to get the list of events.
  3. Once you have the Event ID, you can make a request to the getSession API endpoint. This API allows you to obtain the session details, including the webinar or meeting ID based on the provided Event ID.
  4. Construct the API request, including the necessary parameters such as authentication credentials, headers, and the Event ID.
  5. Send the API request to the getSession endpoint using your preferred programming language or API client.
  6. Upon receiving the response from the getSession API, extract the webinar or meeting ID from the response data. The exact field or property name may vary depending on the API implementation, so consult the API documentation for the specific details.
  7. Store or utilize the obtained webinar or meeting ID for further interactions, such as calling the webinar or meeting poll reports API. This ID acts as a reference to the particular webinar or meeting session you wish to retrieve poll reports.

Remember to refer to the API documentation provided. It will contain specific information regarding the endpoints, parameters, and response structure for the getSession API, as well as any other APIs you plan to utilize.