Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    List Past Webinar Files

    Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes.

    List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time.

    Scope: webinar:read, webinar:read:admin

    Rate Limit Label: Medium

    Input

    type: object properties: parameters: type: object properties: webinarId: type: string example: xyz123abc required: - webinarId title: Parameters

    Output

    type: object properties: in_meeting_files: type: array items: type: object properties: download_url: description: URL to download the file. type: string example: example.com file_name: description: Name of the file. type: string example: example file_size: description: Size of the file in bytes. type: integer example: 1024 total_records: description: The total number of files found. type: integer example: 123