Create a meeting poll

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

Polls allow the meeting host to survey attendees. Create a poll 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

{"anonymous"=>false, "poll_type"=>2, "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"=>"fill_in_the_blank"}], "title"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;ended&quot;,&quot;anonymous&quot;:false,&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;:false,&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;show_as_dropdown&quot;:false,&quot;type&quot;:&quot;long_answer&quot;},{&quot;answer_max_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_min_character&quot;:&quot;\u003cinteger\u003e&quot;,&quot;answer_required&quot;:false,&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;show_as_dropdown&quot;:false,&quot;type&quot;:&quot;rating_scale&quot;}],&quot;title&quot;:&quot;\u003cstring\u003e&quot;}