Zoom · Example Payload

Zoom Meeting Poll Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

idtitleanonymousstatuspoll_typequestions

Example Payload

Raw ↑
{
  "id": "abc123",
  "title": "Example Title",
  "anonymous": true,
  "status": "example_value",
  "poll_type": 10,
  "questions": []
}