{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Recording API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Recording", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Start Recording Of The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/recordings", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Call Recording Properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/recordings/:recordingId", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "recordingId", "value": "", "type": "path", "description": "The recording id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Stop Recording The Call", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/recordings/:recordingId", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "recordingId", "value": "", "type": "path", "description": "The recording id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Pause Recording The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/recordings/:recordingId/:pause", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "recordingId", "value": "", "type": "path", "description": "The recording id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Resume Recording The Call", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/calling/serverCalls/:serverCallId/recordings/:recordingId/:resume", "params": [ { "name": "serverCallId", "value": "", "type": "path", "description": "The server call id." }, { "name": "recordingId", "value": "", "type": "path", "description": "The recording id." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of API to invoke." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }