Skip to main content
Version: current

Webinar - Download attendance/ Registration report

This API generates and provides a download link for webinar attendance/ registration data

Path Parameters
    meetingId string required

    The meeting ID for which to download attendance/ registration data

    Example: sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277
Query Parameters
    registered boolean

    When set to true, generates registration report instead of attendance data

    Example: true
Header Parameters
    Authorization string required

    You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Responses

Success


Schema
    success boolean

    Whether the download request was successful

    fileName string

    Name of the attendance file

    downloadUrl string

    URL to download the attendance file

Loading...