{ "opencollection": "1.0.0", "info": { "name": "GoTo Webinar REST API v2 Attendees Sessions API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authentication.logmeininc.com/oauth/authorize", "accessTokenUrl": "https://authentication.logmeininc.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Get past sessions for a webinar", "type": "http" }, "http": { "method": "GET", "url": "https://api.getgo.com/G2W/rest/v2/organizers/:organizerKey/webinars/:webinarKey/sessions", "params": [ { "name": "organizerKey", "value": "", "type": "path" }, { "name": "webinarKey", "value": "", "type": "path" } ] }, "docs": "Get past sessions for a webinar" }, { "info": { "name": "Get session details", "type": "http" }, "http": { "method": "GET", "url": "https://api.getgo.com/G2W/rest/v2/organizers/:organizerKey/webinars/:webinarKey/sessions/:sessionKey", "params": [ { "name": "organizerKey", "value": "", "type": "path" }, { "name": "webinarKey", "value": "", "type": "path" }, { "name": "sessionKey", "value": "", "type": "path" } ] }, "docs": "Get session details" }, { "info": { "name": "Get session performance", "type": "http" }, "http": { "method": "GET", "url": "https://api.getgo.com/G2W/rest/v2/organizers/:organizerKey/webinars/:webinarKey/sessions/:sessionKey/performance", "params": [ { "name": "organizerKey", "value": "", "type": "path" }, { "name": "webinarKey", "value": "", "type": "path" }, { "name": "sessionKey", "value": "", "type": "path" } ] }, "docs": "Get session performance" } ] } ], "bundled": true }