{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Attendee Insights API", "version": "ea" }, "items": [ { "info": { "name": "Attendee Insights", "type": "folder" }, "items": [ { "info": { "name": "List Engagement Scores", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendee-insights", "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": "A filter query string narrows search results and supports the combination of logical and comparison operators.\nThe filter adheres to the pattern filter='field' comparisonType 'value'.\n\n\nThere is one comparison type that can be used in filter expressions:\n* equal: eq\n\nThe following fields are filterable:\n * event.id (eq)\n * id (eq)\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 engagement scores (attendee insights) and their associated events.\nUse the returned IDs to retrieve further details using other attendee insight endpoints.\n" }, { "info": { "name": "Get Engagement Score", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendee-insights/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of an engagement score (attendee insight)." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the details of a specific engagement score (attendee insight) using its ID." }, { "info": { "name": "Get Scores", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendee-insights/:id/scores", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of an engagement score (attendee insight)." }, { "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": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page." }, { "name": "filter", "value": "", "type": "query", "description": "A filter query string narrows search results and supports the combination of logical and comparison operators.\nThe filter adheres to the pattern filter='field' comparisonType 'value'.\n\nThere is one comparison type that can be used in filter expressions:\n* equal: eq\n\nThe following fields are filterable:\n * attendee.id (eq)\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a paginated list of attendees and their scores for the given engagement score (attendee insight)." }, { "info": { "name": "Get Stats", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendee-insights/:id/stats", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of an engagement score (attendee insight)." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a summary of scores for the given engagement score (attendee insight)." } ] } ], "bundled": true }