{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Meeting Recordings API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Meeting Recordings", "type": "folder" }, "items": [ { "info": { "name": "List Account Recordings", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/rcvideo/v1/account/:accountId/recordings", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to get the next page" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records returned" } ] }, "docs": "Returns all account recordings.\nThis endpoint is used in Admin recording service, not regular web\n" }, { "info": { "name": "List User Recordings", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/rcvideo/v1/account/:accountId/extension/:extensionId/recordings", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "extensionId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral extension/user\n(can be set to \"~\" to indicate that the extension associated with current authorization session should be used)\n" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to get the next page" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records returned" } ] }, "docs": "Returns all recordings available for specific extension.\nThis endpoint is used in admin recording service, not regular web\n" } ] } ], "bundled": true }