{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Meetings Summary Report API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meetings Summary Report", "type": "folder" }, "items": [ { "info": { "name": "List Meeting Usage Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingReports/usage", "headers": [ { "name": "timezone", "value": "Asia/Shanghai" } ], "params": [ { "name": "siteUrl", "value": "example.webex.com", "type": "query", "description": "URL of the Webex site which the API lists meeting usage reports from. All available Webex sites can be retrieved by the [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API." }, { "name": "serviceType", "value": "MeetingCenter", "type": "query", "description": "Meeting usage report's service-type. If `serviceType` is specified, the API filters meeting usage reports by service-type. If `serviceType` is not specified, the API returns meeting usage reports by `MeetingCenter` by default. Valid values:\n\n+ `MeetingCenter`\n\n+ `EventCenter`\n\n+ `SupportCenter`\n\n+ `TrainingCenter`" }, { "name": "from", "value": "2023-01-18T00:00:00+08:00", "type": "query", "description": "Starting date and time for meeting usage reports to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`. The interval between `to` and `from` cannot exceed 30 days and `from` cannot be earlier than 90 days ago." }, { "name": "to", "value": "2023-01-19T00:00:00+08:00", "type": "query", "description": "Ending date and time for meeting usage reports to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`. The interval between `to` and `from` cannot exceed 30 days." }, { "name": "max", "value": "", "type": "query", "description": "Maximum number of meetings to include in the meetings usage report in a single page. `max` must be greater than 0 and equal to or less than `1000`." } ] }, "docs": "List meeting usage reports of all the users on the specified site by an admin. You can specify a date range and the maximum number of meeting usage reports to return.\n\nThe list returned is sorted in descending order by the date and time the meetings were started.\n\nLong result sets are split into [pages](/docs/basics#pagination).\n\n* `siteUrl` is required, and the meeting usage reports of the specified site are listed. All available Webex sites can be retrieved by the [Get Site List](/docs/api/v1/" }, { "info": { "name": "List Meeting Attendee Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetingReports/attendees", "headers": [ { "name": "timezone", "value": "Asia/Shanghai" } ], "params": [ { "name": "siteUrl", "value": "example.webex.com", "type": "query", "description": "URL of the Webex site which the API lists meeting attendee reports from. All available Webex sites can be retrieved by the [Get Site List](/docs/api/v1/meeting-preferences/get-site-list) API." }, { "name": "from", "value": "2023-01-18T00:00:00+08:00", "type": "query", "description": "Starting date and time for the meeting attendee reports to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`. The interval between `to` and `from` cannot exceed 30 days and `from` cannot be earlier than 90 days ago." }, { "name": "to", "value": "2023-01-19T00:00:00+08:00", "type": "query", "description": "Ending date and time for the meeting attendee reports to return, in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `to` cannot be before `from`. The interval between `to` and `from` cannot exceed 30 days." }, { "name": "max", "value": "", "type": "query", "description": "Maximum number of meeting attendees to include in the meeting attendee report in a single page. `max` must be greater than 0 and equal to or less than `1000`." }, { "name": "meetingId", "value": "089b137c3cf34b578896941e2d49dfe8_I_146987372776523573", "type": "query", "description": "Meeting ID for the meeting attendee reports to return. If specified, return meeting attendee reports of the specified meeting; otherwise, return meeting attendee reports of all meetings. Currently, only ended meeting instance IDs are supported. IDs of meeting series, scheduled meetings or personal room meetings are not supported." }, { "name": "meetingNumber", "value": "123456789", "type": "query", "description": "Meeting number for the meeting attendee reports to return. If specified, return meeting attendee reports of the specified meeting; otherwise, return meeting attendee reports of all meetings." }, { "name": "meetingTitle", "value": "John's Meeting", "type": "query", "description": "Meeting title for the meeting attendee reports to return. If specified, return meeting attendee reports of the specified meeting; otherwise, return meeting attendee reports of all meetings." } ] }, "docs": "Lists of meeting attendee reports by a date range, the maximum number of meeting attendee reports, a meeting ID, a meeting number or a meeting title.\n\nIf the requesting user is an admin, the API returns meeting attendee reports of the meetings hosted by all the users on the specified site filtered by meeting ID, meeting number or meeting title.\n\nIf it's a normal meeting host, the API returns meeting attendee reports of the meetings hosted by the user himself on the specified site filtered by mee" } ] } ], "bundled": true }