Get a group's webinar registration settings
GET {{baseUrl}}/groups/:groupId/settings/registration?type=webinar
Get webinar registration settings for a group. Prerequisite: Pro, Business, or Education account
Scopes: group:read:admin
Rate Limit Label: Medium
Request Params
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":"\u003cboolean\u003e","close_registration":"\u003cboolean\u003e","allow_participants_to_join_from_multiple_devices":"\u003cboolean\u003e","show_social_share_buttons":"\u003cboolean\u003e"},"questions":[{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"},{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"}],"approve_type":0,"custom_questions":[{"title":"\u003cstring\u003e","type":"multiple","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"title":"\u003cstring\u003e","type":"short","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]}]}