GET {{baseUrl}}/groups/:groupId/settings/registration?type=webinar
Get webinar registration settings for a group.
Prerequisite: Pro, Business, or Education account Scopes: Rate Limit Label: group:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
type
|
string | The registration type: * `webinar` — webinar. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"options": {
"host_email_notification": "<boolean>",
"close_registration": "<boolean>",
"allow_participants_to_join_from_multiple_devices": "<boolean>",
"show_social_share_buttons": "<boolean>"
},
"questions": [
{
"field_name": "comments",
"required": "<boolean>",
"selected": "<boolean>"
},
{
"field_name": "comments",
"required": "<boolean>",
"selected": "<boolean>"
}
],
"approve_type": 0,
"custom_questions": [
{
"title": "<string>",
"type": "multiple",
"required": "<boolean>",
"selected": "<boolean>",
"answers": [
"<string>",
"<string>"
]
},
{
"title": "<string>",
"type": "short",
"required": "<boolean>",
"selected": "<boolean>",
"answers": [
"<string>",
"<string>"
]
}
]
} |
ENDPOINTS