Zoom · Example Payload

Zoom Meeting Poll Question Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Poll Question Example is an example object payload from Zoom, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nametypeanswer_requiredanswersright_answerspromptsrating_min_valuerating_max_valuerating_min_labelrating_max_labelanswer_min_characteranswer_max_character

Example Payload

Raw ↑
{
  "name": "Example Title",
  "type": "example_value",
  "answer_required": true,
  "answers": [],
  "right_answers": [],
  "prompts": [],
  "rating_min_value": 10,
  "rating_max_value": 10,
  "rating_min_label": "example_value",
  "rating_max_label": "example_value",
  "answer_min_character": 10,
  "answer_max_character": 10
}