{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Surveys API", "version": "ea" }, "items": [ { "info": { "name": "Surveys", "type": "folder" }, "items": [ { "info": { "name": "List All Event Responses", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/surveys/responses", "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| respondent.id | `eq`, `ne` |\n| session.id | `eq`, `ne` |\n| speaker.id | `eq`, `ne` |\n| question.id | `eq`, `ne` |\n| event.id | `eq`, `ne` |\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 event survey responses for all events and surveys." }, { "info": { "name": "List Event Surveys", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/surveys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "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 | Notes |\n|----------|-------------|--------------------------------|\n| id | `eq`, `ne` | chapter ID of the event survey |\n| type | `eq`, `ne` | |\n| sessions | `eq`, `ne` | |\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 surveys (id refers to chapter id and parentId is the survey id) associated to a single event." }, { "info": { "name": "List Event Survey Questions", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/questions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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" } ], "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 event survey questions for a given event and survey. The GET List Large Choices endpoint returns choices for the large choice question `type` (`LargeChoices`)." }, { "info": { "name": "List Event Survey Respondents", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/respondents", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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" } ], "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 event survey respondents for a single event and survey." }, { "info": { "name": "Create Event Survey Respondent", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/respondents", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" } ], "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 a respondent for an event survey." }, { "info": { "name": "Update Event Survey Respondent", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/respondents/:respondentId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" } ], "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 respondent for an event survey." }, { "info": { "name": "Create Event Survey Responses", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/respondents/:respondentId/responses", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" } ], "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 responses for a particular respondent in an event survey." }, { "info": { "name": "List Event Survey Responses", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/surveys/:surveyId/responses", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of an event" }, { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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| respondent.id | `eq`, `ne` |\n| session.id | `eq`, `ne` |\n| speaker.id | `eq`, `ne` |\n| question.id | `eq`, `ne` |\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 event survey responses for a single event and survey." }, { "info": { "name": "List Large Choices", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/large-choices", "params": [ { "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| question.id | `eq`, `ne` |\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 choices for large choice question`type` (`LargeChoices`)." }, { "info": { "name": "List Questions", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/questions", "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| survey.id | `eq`, `ne` |\n| code | `eq`, `ne` |\n| type | `eq`, `ne` |\n| chapter.id | `eq`, `ne` |\n| maxScore | `eq`, `ne`, `gt`, `ge`, `lt`, `le` |\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 event and standalone survey questions. The GET List Large Choices endpoint returns choices for the large choice question `type` (`LargeChoices`)." }, { "info": { "name": "List Respondents", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/respondents", "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| survey.id | `eq`, `ne` |\n| event.id | `eq`, `ne` |\n| responseCode | `eq`, `ne` |\n| score | `eq`, `ne`, `gt`, `ge`, `lt`, `le` |\n| chapters.score | `eq`, `gt`, `ge`, `lt`, `le` |\n| chapters.evaluationResult | `eq` |\n| chapters.status | `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 event and standalone surveys respondents." }, { "info": { "name": "List Responses", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/responses", "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 | Notes |\n|---------------|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| id | `eq`, `ne` | |\n| survey.id | `eq` | Use only survey.id to get responses for all questions in the survey. |\n| respondent.id | `eq`, `ne` | Use only respondent.id to get responses for specific respondents. |\n| event.id | `eq` | |\n| session.id | `eq` | |\n| question.id | `eq` | Use only question.id to get responses for specific questions, which may belong to one or more surveys. question.id can be combined with other fields by 'and' operator only. |\n| chapter.id | `eq` | Use only chapter.id to get responses for all questions in the chapter of a particular survey. |\n| attempt | `eq` | |\n\nThe following logical operators are supported for combining filters:\n* `and`\n* `or`\n\n**Usage:**\n1. chapter.id and survey.id cannot be used in combination with any other fields.\n2. Multiple chapter.id or survey.id values must be separated by `or` (not `and`). Example: `filter=chapter.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' or chapter.id eq '1983f506-a4a5-4a05-b3f6-ff7f7afc58f1'`\n3. question.id can be combined with other fields using `and` operator only.\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 event and standalone survey responses." }, { "info": { "name": "List Standalone Surveys", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/standard-surveys", "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| status | `eq`, `ne` |\n| created | `eq`, `ne`, `gt`, `ge`, `lt`, `le` |\n| title | `eq`, `ne` |\n| code | `eq`, `ne` |\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 standalone surveys not associated with an event." }, { "info": { "name": "List Stdl. Survey Responses", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/standard-surveys/responses", "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 | Max # Fields You Can Pass In Filter | Usage |\n|---------------|-----------|-------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| survey.id | `eq` | 1 | Use only survey.id to get responses for all questions in the survey. |\n| question.id | `eq` | 100 | Use only question.id to get responses for specific questions, which may belong to different surveys or same survey. |\n| respondent.id | `eq` | 100 | Use only respondent.id to get responses for specific respondents. |\n\nThe following logical operators are supported for combining filters:\n* `and`\n* `or`\n\n**Usage:**\n* question.id can be combined with respondent.id using `and` operator only.\n* Multiple question.id/respondent.id values must be separated by `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 standalone survey responses." }, { "info": { "name": "List Stdl. Survey Email Templ.", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/email-templates", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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" } ], "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 standalone survey email templates for a single survey." }, { "info": { "name": "List Stdl. Survey Questions", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/questions", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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" } ], "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 standalone survey questions for a single standalone survey. The GET List Large Choices endpoint returns choices for the large choice question `type` (`LargeChoices`)." }, { "info": { "name": "List Stdl. Survey Respondents", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "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\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 standalone survey respondents for a single standalone survey." }, { "info": { "name": "Create Stdl. Survey Respondent", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" } ], "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 a respondent for a standalone survey." }, { "info": { "name": "Update Stdl. Survey Respondent", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents/:respondentId", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" } ], "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 respondent for a standalone survey." }, { "info": { "name": "Send Standalone Survey Email", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents/:respondentId/email-templates/:emailTemplateId/email", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" }, { "name": "emailTemplateId", "value": "", "type": "path", "description": "Id of an email template" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Sends standalone survey email." }, { "info": { "name": "Create Stdl. Survey Responses", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents/:respondentId/responses", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" } ], "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 responses for a particular standalone survey respondent." }, { "info": { "name": "Update Stdl. Survey Responses", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/standard-surveys/:surveyId/respondents/:respondentId/responses/:responseId", "params": [ { "name": "surveyId", "value": "", "type": "path", "description": "Id of a survey or Id of a chapter in event survey" }, { "name": "respondentId", "value": "", "type": "path", "description": "Id of a respondent" }, { "name": "responseId", "value": "", "type": "path", "description": "Id of a response" } ], "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 responses for a particular standalone survey respondent." }, { "info": { "name": "List Surveys", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/surveys", "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| type | `eq`, `ne` |\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 event and standalone surveys associated to an account." } ] } ], "bundled": true }