{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Webcasts API", "version": "ea" }, "items": [ { "info": { "name": "Webcasts", "type": "folder" }, "items": [ { "info": { "name": "List Webcasts", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webcasts", "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| event.id | `eq`, `ne` |\n| session.id | `eq`, `ne`, `is empty`, `is not empty` |\n| appointment.id | `eq`, `ne`, `is empty`, `is not empty` |\n| exhibitor.id | `eq`, `ne`, `is empty`, `is not empty` |\n| sourceId | `eq`, `ne`, `is empty`, `is not empty` |\n| solutionType | `eq`, `ne` |\n| provider | `eq`, `ne` |\n| type | `eq`, `ne` |\n| status | `eq`, `ne` |\n| meetingId | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| playerType | `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 webcasts associated with your event." }, { "info": { "name": "Create Webcast", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/webcasts", "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": "Used to create a new webcast for a specific event." }, { "info": { "name": "List Attendee Links", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webcasts/attendee-links", "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| sourceId | `eq`, `ne` |\n| attendee.id | `eq`, `ne` |\n| webcast.id | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\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 links." }, { "info": { "name": "List Players", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webcasts/players", "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| webcast.id | `eq`, `ne` |\n| id | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\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 player details associated with webcast." }, { "info": { "name": "Get Webcast", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webcasts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single webcast details by ID." }, { "info": { "name": "Update Webcast", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/webcasts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." } ], "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 info for an existing webcast within a Cvent event." }, { "info": { "name": "Delete Webcast", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/webcasts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete an existing webcast by ID." }, { "info": { "name": "List Attendee Links", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webcasts/:id/attendee-links", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." }, { "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| sourceId | `eq`, `ne` |\n| attendee.id | `eq`, `ne` |\n| created | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `le`, `gt`, `ge` |\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 links in a webcast." }, { "info": { "name": "Create Attendee Link", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/webcasts/:id/attendee-links", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." } ], "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 attendee links in bulk for a given webcast." }, { "info": { "name": "Update Attendee Link", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/webcasts/:id/attendee-links", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." } ], "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 data for existing attendee links in bulk for a given webcast." }, { "info": { "name": "Delete Attendee Link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/webcasts/:id/attendee-links/:attendeeLinkId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the webcast." }, { "name": "attendeeLinkId", "value": "", "type": "path", "description": "The identifier of an attendee link in a webcast." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete attendee links for webcast." } ] } ], "bundled": true }