{ "opencollection": "1.0.0", "info": { "name": "RingCentral Events Bank Questions Booths API", "version": "1.0.0" }, "items": [ { "info": { "name": "Booths", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Booths for an Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/events/:eventId/booths", "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": "Retrieve Booths for an Event" }, { "info": { "name": "Returns the list of tags for a Booth", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/booths/:boothId/tags", "params": [ { "name": "boothId", "value": "", "type": "path", "description": "boothId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the list of tags for a Booth" }, { "info": { "name": "Returns the list of tags for a ScheduleItem", "type": "http" }, "http": { "method": "GET", "url": "https://api.events.ringcentral.com/v1/booths/:scheduleId/tags", "params": [ { "name": "scheduleId", "value": "", "type": "path", "description": "scheduleId identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.events.ringcentral.com/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the list of tags for a ScheduleItem" } ] } ], "bundled": true }