{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Event Features API", "version": "ea" }, "items": [ { "info": { "name": "Event Features", "type": "folder" }, "items": [ { "info": { "name": "List Event Features", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/features", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Id of an event" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page." }, { "name": "token", "value": "", "type": "query", "description": "The continuation token returned from a previous class. This must be a valid UUID v4 if provided.\nThis will override any other pageable parameters provided.\n" }, { "name": "locale", "value": "", "type": "query", "description": "Locale code in IETF Language tag format. Indicates desired locale of return values." }, { "name": "filter", "value": "", "type": "query", "description": "Use filter query parameters to limit results\nto data that matches your criteria. See\n[Filters](https://developers.cvent.com/docs/rest-api/reference/filters) for details.\n\nSupported fields and operators are listed below:\n\n| Field | Operators |\n|---------|-----------|\n| enabled | `eq` |\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "A resource responsible for providing the set of event features that are available for an event" }, { "info": { "name": "Update Event Feature", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/events/:id/features/:type", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Id of an event" }, { "name": "type", "value": "", "type": "path", "description": "String containing event feature type" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "A resource responsible to enable / disable an event feature" }, { "info": { "name": "Launch Event Feature", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events/:id/features/:type/launch", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Id of an event" }, { "name": "type", "value": "", "type": "path", "description": "Event feature to be launched." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Launch event features to make them available to an audience." }, { "info": { "name": "List Event Weblinks", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/weblinks", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Id of an event" }, { "name": "token", "value": "", "type": "query", "description": "The continuation token returned from a previous class. This must be a valid UUID v4 if provided.\nThis will override any other pageable parameters provided.\n" }, { "name": "locale", "value": "", "type": "query", "description": "Locale code in IETF Language tag format. Indicates desired locale of return values." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a paginated list of weblinks for the given event." } ] } ], "bundled": true }