Perform batch poll creation

POST {{baseUrl}}/meetings/:meetingId/batch_polls

Polls allow the meeting host to survey attendees. Create batch polls for a meeting.

Prerequisites:

  • Host user type must be Pro or higher plan.
  • Polling feature must be enabled in the host's account.
  • Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.

Scopes: meeting:write:admin,meeting:write

Rate Limit Label: Light

Request Body

{"polls"=>[{"anonymous"=>false, "poll_type"=>1, "questions"=>[{"answer_max_character"=>"<integer>", "answer_min_character"=>"<integer>", "answer_required"=>false, "answers"=>["<string>", "<string>"], "case_sensitive"=>false, "name"=>"<string>", "prompts"=>[{"prompt_question"=>"<string>", "prompt_right_answers"=>["<string>", "<string>"]}, {"prompt_question"=>"<string>", "prompt_right_answers"=>["<string>", "<string>"]}], "rating_max_label"=>"<string>", "rating_max_value"=>"<integer>", "rating_min_label"=>"<string>", "rating_min_value"=>"<integer>", "right_answers"=>["<string>"], "show_as_dropdown"=>false, "type"=>"rank_order"}, {"answer_max_character"=>"<integer>", "answer_min_character"=>"<integer>", "answer_required"=>false, "answers"=>["<string>", "<string>"], "case_sensitive"=>false, "name"=>"<string>", "prompts"=>[{"prompt_question"=>"<string>", "prompt_right_answers"=>["<string>", "<string>"]}, {"prompt_question"=>"<string>", "prompt_right_answers"=>["<string>", "<string>"]}], "rating_max_label"=>"<string>", "rating_max_value"=>"<integer>", "rating_min_label"=>"<string>", "rating_min_value"=>"<integer>", "right_answers"=>["<string>"], "show_as_dropdown"=>false, "type"=>"short_answer"}], "title"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;polls&quot;:[{&quot;anonymous&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;poll_type&quot;:2,&quot;questions&quot;:[{&quot;answer_max_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_min_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;case_sensitive&quot;:false,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompts&quot;:[{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;rating_max_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_max_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;rating_min_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_min_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;show_as_dropdown&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;short_answer&quot;},{&quot;answer_max_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_min_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;case_sensitive&quot;:false,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompts&quot;:[{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;rating_max_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_max_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;rating_min_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_min_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;show_as_dropdown&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;matching&quot;}],&quot;status&quot;:&quot;sharing&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;},{&quot;anonymous&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;poll_type&quot;:1,&quot;questions&quot;:[{&quot;answer_max_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_min_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;case_sensitive&quot;:false,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompts&quot;:[{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;rating_max_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_max_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;rating_min_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_min_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;show_as_dropdown&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;matching&quot;},{&quot;answer_max_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_min_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_required&quot;:&quot;\u003cboolean\u003e&quot;,&quot;answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;case_sensitive&quot;:false,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompts&quot;:[{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;prompt_question&quot;:&quot;\u003cstring\u003e&quot;,&quot;prompt_right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;rating_max_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_max_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;rating_min_label&quot;:&quot;\u003cstring\u003e&quot;,&quot;rating_min_value&quot;:&quot;\u003cinteger\u003e&quot;,&quot;right_answers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;show_as_dropdown&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;fill_in_the_blank&quot;}],&quot;status&quot;:&quot;ended&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;}]}