Zoom · Example Payload

Zoom Meeting Recording List Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Recording List 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

uuididhost_idhost_emailtopicstart_timetimezonedurationtotal_sizerecording_countshare_urlrecording_files

Example Payload

Raw ↑
{
  "uuid": "500123",
  "id": "abc123",
  "host_id": "500123",
  "host_email": "user@example.com",
  "topic": "example_value",
  "start_time": "example_value",
  "timezone": "example_value",
  "duration": 10,
  "total_size": 10,
  "recording_count": 10,
  "share_url": "https://www.example.com",
  "recording_files": []
}