GET {{baseUrl}}/meetings/:meetingId/registrants/questions
List registration questions that will be displayed to users while registering for a meeting. Scopes: Rate Limit Label: meeting:read
,meeting:read:admin
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": "single"
}
],
"questions": [
{
"field_name": "address",
"required": "<boolean>"
},
{
"field_name": "role_in_purchase_process",
"required": "<boolean>"
}
]
} |
ENDPOINTS