Logo
Zoom Public API Documentation

Get registration questions

GET {{baseUrl}}/meetings/:meetingId/recordings/registrants/questions

For on-demand meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording.

Use this API to retrieve a list of questions that are displayed for users to complete when registering to view the recording of a specific meeting.

Scopes: recording:read:admin,recording:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "custom_questions": [ { "answers": [ "<string>", "<string>" ], "required": "<boolean>", "title": "<string>", "type": "single" }, { "answers": [ "<string>", "<string>" ], "required": "<boolean>", "title": "<string>", "type": "short" } ], "questions": [ { "field_name": "industry", "required": "<boolean>" }, { "field_name": "industry", "required": "<boolean>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/recordings/registrants/questions' -H 'Accept: application/json'

ENDPOINTS