Zoom · Example Payload

Zoom Meeting Recurrence Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

typerepeat_intervalweekly_daysmonthly_daymonthly_weekmonthly_week_dayend_timesend_date_time

Example Payload

Raw ↑
{
  "type": 10,
  "repeat_interval": 10,
  "weekly_days": "example_value",
  "monthly_day": 10,
  "monthly_week": 10,
  "monthly_week_day": 10,
  "end_times": 10,
  "end_date_time": "example_value"
}