{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Estimated Wait Time API", "version": "1.0.0" }, "items": [ { "info": { "name": "Estimated Wait Time", "type": "folder" }, "items": [ { "info": { "name": "Get Estimated Wait Time", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ewt", "headers": [ { "name": "TrackingId", "value": "INTEGRATION-9bcdc696-57fa-4e91-b5aa-57a66a347c23" } ], "params": [ { "name": "queueId", "value": "AWpEGCi_SVK96XSm20PY", "type": "query", "description": "Id of the queue for which the EWT is to be returned" }, { "name": "lookbackMinutes", "value": "15", "type": "query", "description": "Integer between 5 and 240 (4 hours) signifying how long back to look at the data points to determine EWT for this queue" }, { "name": "maxCV", "value": "40", "type": "query", "description": "This an optional parameter. Maximum value of Coefficient of Variance in a subset of samples (wait times for tasks that got connected to agent in one minute interval) to determine whether the average of such values should be treated as a valid sample for EWT computation. If its not passed it takes the default value of 40 %" }, { "name": "minValidSamples", "value": "40", "type": "query", "description": "This an optional parameter. Minimum value of percentage of valid samples (with respect to total number of samples) in the specified lookbackMinutes minutes. If its not passed it takes the default value of 40 %" }, { "name": "orgId", "value": "97cdbf45-ebe2-4687-8341-44d5c7abf101", "type": "query", "description": "Organization ID to use for this operation. If unspecified, inferred from token. Token must have permission to interact with this organization." } ] }, "docs": "Retrieve Estimated Wait Time information for a specified look back interval for a specific orgId and queueId combination, with ability to customomize maxCV and minValidSamples (See description above).\n" } ] } ], "bundled": true }