{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Event Travel API", "version": "ea" }, "items": [ { "info": { "name": "Event Travel", "type": "folder" }, "items": [ { "info": { "name": "Get Air Actual", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/event-travel/air-actuals", "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": "expand", "value": "", "type": "query", "description": "A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.\n\nThe following fields are expandable:\n * airActualDetails.airActualAnswers.question (List Event Questions)\n" }, { "name": "sort", "value": "", "type": "query", "description": "The sort order passed as a parameter, used to control the order of the\nsearch results as a priority ordered list of sorts\n\nThere are two orders:\n * ascending: ASC\n * descending: DESC\n\nThe following fields are sortable:\n * airActualDetails.name\n * airActualDetails.lastModified\nwhere i <= limit\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| attendee.id | `eq`, `ne` | Limit: 17 fields can be passed in a filter |\n\nThe following logical operators are supported for combining filters:\n* or\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get attendee air actual details for an event." }, { "info": { "name": "Get Air Requests", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/event-travel/air-requests", "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": "sort", "value": "", "type": "query", "description": "The sort order passed as a parameter, used to control the order of the\nsearch results as a priority ordered list of sorts\n\nThere are two orders:\n * ascending: ASC\n * descending: DESC\n\nThe following fields are sortable:\n * airRequestDetails.requesterFirstName\n * airRequestDetails.requesterLastName\n * airRequestDetails.lastModified\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| attendee.id | `eq`, `ne` | Limit: 17 fields can be passed in a filter |\n\nThe following logical operators are supported for combining filters:\n* or\n" }, { "name": "expand", "value": "", "type": "query", "description": "A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.\n\nThe following fields are expandable:\n * airRequestDetails.airRequestAnswers.question (List Event Questions)\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get attendee air request details for an event." }, { "info": { "name": "Get Alternate Travel Answers", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/event-travel/alternate-answers", "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| attendee.id | `eq`, `ne` | Limit: 17 fields can be passed in a filter |\n\nThe following logical operators are supported for combining filters:\n* or\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get alternate travel answers submitted by attendees who opt out of air or hotel bookings for an event." }, { "info": { "name": "Get Hotel Requests", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/event-travel/hotel-requests", "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": "expand", "value": "", "type": "query", "description": "A list of fields to be expanded, returning additional information alongside the specified fields. The expanded entity is retrieved and displayed inline for each specified expansion field. The respective scopes for each expansion are required.\n\nThe following fields are expandable:\n * hotelRequestDetails.hotelRequestAnswers.question (List Event Questions)\n" }, { "name": "sort", "value": "", "type": "query", "description": "The sort order passed as a parameter, used to control the order of the\nsearch results as a priority ordered list of sorts\n\nThere are two orders:\n * ascending: ASC\n * descending: DESC\n\nThe following fields are sortable:\n * hotelRequestDetails.requesterFirstName\n * hotelRequestDetails.requesterLastName\n * hotelRequestDetails.lastModified\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| attendee.id | `eq`, `ne` | Limit: 17 fields can be passed in a filter |\n\nThe following logical operators are supported for combining filters:\n* or\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get attendee hotel requests for an event." }, { "info": { "name": "Get Housing Requests", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:id/event-travel/housing-reservation-requests", "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| attendee.id | `eq`, `ne` | Limit: 17 fields can be passed in a filter |\n\nThe following logical operators are supported for combining filters:\n* or\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get attendee housing reservation request details for an event." } ] } ], "bundled": true }