{ "opencollection": "1.0.0", "info": { "name": "RingCentral Events Bank Questions Reports API", "version": "1.0.0" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Reports List for an Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/events/:eventId/reports", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "eventId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Reports List for an Event" }, { "info": { "name": "Download Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/reports/:reportId/download", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "reportId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Download Report" }, { "info": { "name": "Get Report Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/reports/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path", "description": "reportId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Report Details" }, { "info": { "name": "Create Report for an Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.events.ringcentral.com/v1/events/:eventId/reports/:reportType", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "eventId identifier" }, { "name": "reportType", "value": "", "type": "path", "description": "reportType identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Report for an Event" } ] } ], "bundled": true }