Zoom · JSON Structure

Zoom Meeting Past Meeting Details Structure

Type: object Properties: 11
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

PastMeetingDetails is a JSON Structure definition published by Zoom, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid id host_id host_email topic user_name start_time end_time duration total_minutes participants_count

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PastMeetingDetails",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "host_id": {
      "type": "string"
    },
    "host_email": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "user_name": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "end_time": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "total_minutes": {
      "type": "integer"
    },
    "participants_count": {
      "type": "integer"
    }
  }
}