{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Meeting Qualities API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meeting Qualities", "type": "folder" }, "items": [ { "info": { "name": "Get Meeting Qualities", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meeting/qualities", "params": [ { "name": "meetingId", "value": "e5dba9613a9d455aa49f6ffdafb6e7db_I_191395283063545470", "type": "query", "description": "Unique identifier for the specific meeting instance. **Note:** The `meetingId` can be obtained via the Meeting List API when meetingType=meeting. The `id` attribute in the Meeting List Response is what is needed, for example, `e5dba9613a9d455aa49f6ffdafb6e7db_I_191395283063545470`." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of media sessions in the response." }, { "name": "offset", "value": "0", "type": "query", "description": "Offset from the first result that you want to fetch." } ] }, "docs": "Get quality data for a meeting, by `meetingId`. Only organization administrators can retrieve meeting quality data." } ] } ], "bundled": true }