{ "opencollection": "1.0.0", "info": { "name": "Cisco Expressway Configuration Admin Account Calls API", "version": "14.2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Cisco Expressway List all active calls", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/status/common/calls" }, "docs": "Retrieves the list of all currently active calls on the Expressway including source and destination endpoints, call type, protocol, duration, and bandwidth usage. Active calls are displayed with component-level details for interworked calls." }, { "info": { "name": "Cisco Expressway Retrieve call history", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/status/common/callhistory", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter type for call history records. Supported values include get_all_records, get_records_for_interval, get_records_for_filter, and get_all_csv_records." }, { "name": "start_time", "value": "", "type": "query", "description": "Start time for interval-based filtering in ISO 8601 format. Used with get_records_for_interval." }, { "name": "end_time", "value": "", "type": "query", "description": "End time for interval-based filtering in ISO 8601 format. Used with get_records_for_interval." } ] }, "docs": "Returns the call history for the Expressway limited to the most recent 500 calls or fewer if calls used multiple components. Each record includes start and end times, duration, source and destination aliases, call type, protocol, and status. Supports filtering by time interval and custom field filters." } ] } ], "bundled": true }