{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Attendee Activities API", "version": "ea" }, "items": [ { "info": { "name": "Attendee Activities", "type": "folder" }, "items": [ { "info": { "name": "List Activities", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendees/activities", "params": [ { "name": "after", "value": "", "type": "query", "description": "Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store." }, { "name": "before", "value": "", "type": "query", "description": "Used to query records that have been added or updated before this time point." }, { "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": "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| id | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| event.id | `eq`, `ne` |\n| attendee.id | `eq`, `ne` |\n| type | `eq`, `ne` |\n| exhibitor.id | `eq`, `ne` |\n| session.id | `eq`, `ne` |\n| appointment.id | `eq`, `ne` |\n| speaker.id | `eq`, `ne` |\n| data.id | `eq`, `ne` |\n| name | `eq`, `ne` |\n| externalActivityDate | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| time | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n\nThe following logical operators are supported for combining filters:\n* and\n* or\n" } ], "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 attendee activities." }, { "info": { "name": "Add External Activity", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/attendees/activities", "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": "Create an external attendee activity.\n" }, { "info": { "name": "List Ext. Activities Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendees/activities/external/metadata", "params": [ { "name": "after", "value": "", "type": "query", "description": "Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store." }, { "name": "before", "value": "", "type": "query", "description": "Used to query records that have been added or updated before this time point." }, { "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": "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| id | `eq`, `ne` |\n| name | `eq`, `ne` |\n| type | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n\nThe following logical operators are supported for combining filters:\n* and\n* or\n" } ], "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 external attendee activities metadata." }, { "info": { "name": "Add Ext. Activities Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/attendees/activities/external/metadata", "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": "Creates external attendee activity metadata.\n" }, { "info": { "name": "Update Ext Activities Metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/attendees/activities/external/metadata/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the activity metadata." } ], "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": "Update external attendee activity metadata." }, { "info": { "name": "Delete Ext Activities Metadata", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/attendees/activities/external/metadata/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the activity metadata." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes external attendee activity metadata." } ] } ], "bundled": true }