Webinar - Download attendance/ Registration report
This API generates and provides a download link for webinar attendance/ registration data
Path Parameters
The meeting ID for which to download attendance/ registration data
Query Parameters
When set to true, generates registration report instead of attendance data
Header Parameters
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.
- 200
- 400
- 401
- 412
Success
Schema
Whether the download request was successful
Name of the attendance file
URL to download the attendance file
{
"success": true,
"fileName": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277-attendance.xlsx",
"downloadUrl": "https://jiomeetpro.jio.com/api/meeting/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277/webinar/download/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277-attendance.xlsx?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJmaWxlTmFtZSI6InNtLWVhZDY5ZDhlLThjMzAtNDJmMS05Nzk4LThhY2ZhNWRkMTI3Ny1hdHRlbmRhbmNlLnhsc3giLCJpYXQiOjE3NTU3MjY5NDgsImV4cCI6MTc1NTcyNzI0OH0.nd_l91epkHKl8rZ8o8bAVR9xeN4VJXaR7SErmL8Qvr9eWUn0nHj8UhfFurP_6-Bca1_aK6kdUxJPYgr-TxR_MpkYCr9husHFz2inuWvu-dOuDPxSMNT3KeRmiTDYUm9OrUOCFj9ZjOmCL9yPUhQRGa8XC3zM37oq6jvEwCBeAyxF-_ukuRsFpQtGpXwbatZuEuziY42Mmw2hpA2DKs5MsClUcoS6EfhlYM0rNefynwvfnjSo3MPfY9yYjgFtCKO936EqnhaD4nFsBTGIk3f4_8ZRIve3fR7oWq-uAAaJey4TJcq1vhNqOScCFliLFrpaUnYZaaGfubw2kqxn_61vBQ"
}
Example download webinar attendance response
{
"success": true,
"fileName": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277-attendance.xlsx",
"downloadUrl": "https://jiomeetpro.jio.com/api/meeting/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277/webinar/download/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277-attendance.xlsx?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJmaWxlTmFtZSI6InNtLWVhZDY5ZDhlLThjMzAtNDJmMS05Nzk4LThhY2ZhNWRkMTI3Ny1hdHRlbmRhbmNlLnhsc3giLCJpYXQiOjE3NTU3MjY5NDgsImV4cCI6MTc1NTcyNzI0OH0.nd_l91epkHKl8rZ8o8bAVR9xeN4VJXaR7SErmL8Qvr9eWUn0nHj8UhfFurP_6-Bca1_aK6kdUxJPYgr-TxR_MpkYCr9husHFz2inuWvu-dOuDPxSMNT3KeRmiTDYUm9OrUOCFj9ZjOmCL9yPUhQRGa8XC3zM37oq6jvEwCBeAyxF-_ukuRsFpQtGpXwbatZuEuziY42Mmw2hpA2DKs5MsClUcoS6EfhlYM0rNefynwvfnjSo3MPfY9yYjgFtCKO936EqnhaD4nFsBTGIk3f4_8ZRIve3fR7oWq-uAAaJey4TJcq1vhNqOScCFliLFrpaUnYZaaGfubw2kqxn_61vBQ"
}
Example download webinar registration response
{
"success": true,
"fileName": "sm-cc88e8f1-65f4-4a44-8280-a526215033c2-registered-attendees.xlsx",
"downloadUrl": "https://jiomeetpro.jio.com/api/meeting/sm-cc88e8f1-65f4-4a44-8280-a526215033c2/webinar/download/sm-cc88e8f1-65f4-4a44-8280-a526215033c2-registered-attendees.xlsx?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJmaWxlTmFtZSI6InNtLWNjODhlOGYxLTY1ZjQtNGE0NC04MjgwLWE1MjYyMTUwMzNjMi1yZWdpc3RlcmVkLWF0dGVuZGVlcy54bHN4IiwiaWF0IjoxNzU2NDU1MjQ4LCJleHAiOjE3NTY0NTU1NDh9.kiqkbDatP6lREN-qO87t8xGuHewX_9K9U7hG1Uv9zLvHc2VJ3TOKL4TOGCPeyR6sOmzgbO5d7DwUampawk-183dlnVRx2v3LF7IWzMdwnwkW2wImgiHGh0jOPnmTxDtNvedgVFFawJrGGlB0yIFxgO3Ut2_AJVylh3Obcf4hPBMQ8_EMuAaEavFKURvQC5rR26_3mfMRxKfNFKI3rNGHR6gcWA4LB1eBoVuVraSkdUM6nqs56BNUb8W_bqrq6GLu4IXeSLcUuU1ahsW7hM-APHXxnt25BM8H2A69WJByPBh2RXBzn4NhfV7PXnOy13yTYlA_1ZCmB8nEjWNisxrW9A"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string",
"errorsArray": [
null
]
}