Read registration questions
Reads the custom questions configured for a meeting's registration page. This helps in understanding what information is being collected from attendees.
Use the RegistrationQuestions table with a MeetingId to see the specific questions asked.
SELECT * FROM RegistrationQuestions
WITH(
MeetingId='123456'
)