{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Recording Report API", "version": "1.0.0" }, "items": [ { "info": { "name": "Recording Report", "type": "folder" }, "items": [ { "info": { "name": "List of Recording Audit Report Summaries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recordingReport/accessSummary", "headers": [ { "name": "timezone", "value": "UTC" } ], "params": [ { "name": "max", "value": "", "type": "query", "description": "Maximum number of recording audit report summaries to return in a single page. `max` must be equal to or greater than `1` and equal to or less than `100`." }, { "name": "from", "value": "2020-07-12T09:30:00+08:00", "type": "query", "description": "Starting date and time (inclusive) for recording audit report summaries to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`. Please note that the interval between `to` and `from` cannot exceed 90 days and the interval between the current time and `from` cannot exceed 365 days." }, { "name": "to", "value": "2020-07-31T09:30:00+08:00", "type": "query", "description": "Ending date and time (exclusive) for recording audit report summaries to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`. Please note that the interval between `to` and `from` cannot exceed 90 days and the interval between the current time and `from` cannot exceed 365 days." }, { "name": "hostEmail", "value": "john.andersen@example.com", "type": "query", "description": "Email address for the meeting host. This parameter is only used if the user or application calling the API has the admin on-behalf-of scopes. If set, the admin may specify the email of a user in a site they manage and the API will return recording audit report summaries of that user. If a special value of `all` is set for `hostEmail`, the admin can list recording audit report summaries of all users on the target site, not of a single user." }, { "name": "siteUrl", "value": "example.webex.com", "type": "query", "description": "URL of the Webex site which the API lists recording audit report summaries from. If not specified, the API lists summary audit report for recordings from the user's preferred site. All available Webex sites and the preferred site of the user can be retrieved by `Get Site List` API." } ] }, "docs": "Lists of recording audit report summaries. You can specify a date range and the maximum number of recording audit report summaries to return.\n\nOnly recording audit report summaries of meetings hosted by or shared with the authenticated user will be listed.\n\nThe list returned is sorted in descending order by the date and time that the recordings were created.\n\nLong result sets are split into [pages](/docs/basics#pagination).\n\n* If `siteUrl` is specified, the recording audit report summaries of th" }, { "info": { "name": "Get Recording Audit Report Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recordingReport/accessDetail", "headers": [ { "name": "timezone", "value": "UTC" } ], "params": [ { "name": "recordingId", "value": "4f914b1dfe3c4d11a61730f18c0f5387", "type": "query", "description": "A unique identifier for the recording." }, { "name": "hostEmail", "value": "john.andersen@example.com", "type": "query", "description": "Email address for the meeting host. This parameter is only used if the user or application calling the API has the admin on-behalf-of scopes. If set, the admin may specify the email of a user in a site they manage and the API will return recording details of that user." }, { "name": "max", "value": "", "type": "query", "description": "Maximum number of recording audit report details to return in a single page. `max` must be equal to or greater than `1` and equal to or less than `100`." } ] }, "docs": "Retrieves details for a recording audit report with a specified recording ID.\n\nOnly recording audit report details of meetings hosted by or shared with the authenticated user may be retrieved.\n\n#### Request Header\n\n* `timezone`: [Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) in conformance with the [IANA time zone database](https://www.iana.org/time-zones). The default is UTC if `timezone` is not defined." }, { "info": { "name": "List Meeting Archive Summaries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recordingReport/meetingArchiveSummaries", "headers": [ { "name": "timezone", "value": "UTC" } ], "params": [ { "name": "max", "value": "", "type": "query", "description": "Maximum number of meeting archive summaries to return in a single page. `max` must be equal to or greater than `1` and equal to or less than `100`." }, { "name": "from", "value": "2020-07-12T09:30:00+08:00", "type": "query", "description": "Starting date and time (inclusive) for meeting archive summaries to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`. Please note that the interval between `to` and `from` cannot exceed 30 days." }, { "name": "to", "value": "2020-07-31T09:30:00+08:00", "type": "query", "description": "Ending date and time (exclusive) for meeting archive summaries to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`. Please note that the interval between `to` and `from` cannot exceed 30 days." }, { "name": "siteUrl", "value": "example.webex.com", "type": "query", "description": "URL of the Webex site which the API lists meeting archive summaries from. If not specified, the API lists meeting archive summaries for recordings from the user's preferred site. All available Webex sites and the preferred site of the user can be retrieved by `Get Site List` API." } ] }, "docs": "Lists of meeting archive summaries. You can specify a date range and the maximum number of meeting archive summaries to return.\n\nMeeting archive summaries are only available to full administrators, not even the meeting host.\n\nThe list returned is sorted in descending order by the date and time that the archives were created.\n\nLong result sets are split into [pages](/docs/basics#pagination).\n\n* If `siteUrl` is specified, the meeting archive summaries of the specified site will be listed; otherwis" }, { "info": { "name": "Get Meeting Archive Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/recordingReport/meetingArchives/:archiveId", "headers": [ { "name": "timezone", "value": "UTC" } ], "params": [ { "name": "archiveId", "value": "7d7ea5f42b921eace05386ca24ad730e_R_1000634462", "type": "path", "description": "A unique identifier for the meeting archive summary." } ] }, "docs": "Retrieves details for a meeting archive report with a specified archive ID, which contains recording metadata.\n\nMeeting archive details are only available to full administrators, not even the meeting host.\n\n#### Request Header\n\n* `timezone`: [Time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) in conformance with the [IANA time zone database](https://www.iana.org/time-zones). The default is UTC if `timezone` is not defined." } ] } ], "bundled": true }