{ "opencollection": "1.0.0", "info": { "name": "Cisco Voice Portal Administration Application Configuration SIP Sessions API", "version": "12.6.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "SIP Sessions", "type": "folder" }, "items": [ { "info": { "name": "Cisco Voice Portal List Active Sip Sessions", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/sip/session", "params": [ { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieves information about active SIP sessions (dialogs) on the Call Server. Each SIP session corresponds to an active call leg." }, { "info": { "name": "Cisco Voice Portal Get Sip Session Details", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/sip/session/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "Retrieves detailed SIP session information including SIP headers, dialog state, and associated call GUID." } ] } ], "bundled": true }