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

HEADERS

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

RESPONSES

status: OK

{"custom_questions":[{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"single"},{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"short"}],"questions":[{"field_name":"industry","required":"\u003cboolean\u003e"},{"field_name":"industry","required":"\u003cboolean\u003e"}]}