{ "opencollection": "1.0.0", "info": { "name": "Cvent REST Attendees Events API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query", "description": "Continuation token for paged results." }, { "name": "filter", "value": "", "type": "query", "description": "RSQL-style filter expression." } ] }, "docs": "List events" }, { "info": { "name": "Create event", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events", "body": { "type": "json", "data": "{}" } }, "docs": "Create event" }, { "info": { "name": "Get event", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Get event" }, { "info": { "name": "Replace event", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace event" }, { "info": { "name": "Delete event", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Delete event" }, { "info": { "name": "Copy event", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events/:eventId/copy", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Copy event" } ] } ], "bundled": true }