Get webinar survey report

GET {{baseUrl}}/report/webinars/:webinarId/survey

Retrieve a report on past webinar survey .

Prerequisites:

  • Pro or a higher plan with Webinar add-on enabled.

Scopes: report:read:admin

Rate Limit Label : HEAVY

HEADERS

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

RESPONSES

status: OK

{"webinar_id":"\u003clong\u003e","webinar_uuid":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","survey_id":"\u003cstring\u003e","survey_name":"\u003cstring\u003e","survey_answers":[{"email":"\u003cemail\u003e","name":"\u003cstring\u003e","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","answer_details":[{"question":"\u003cstring\u003e","question_id":"\u003cstring\u003e","answer":"\u003cstring\u003e","date_time":"\u003cstring\u003e"},{"question":"\u003cstring\u003e","question_id":"\u003cstring\u003e","answer":"\u003cstring\u003e","date_time":"\u003cstring\u003e"}]},{"email":"\u003cemail\u003e","name":"\u003cstring\u003e","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","answer_details":[{"question":"\u003cstring\u003e","question_id":"\u003cstring\u003e","answer":"\u003cstring\u003e","date_time":"\u003cstring\u003e"},{"question":"\u003cstring\u003e","question_id":"\u003cstring\u003e","answer":"\u003cstring\u003e","date_time":"\u003cstring\u003e"}]}]}