{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Event Role API", "version": "ea" }, "items": [ { "info": { "name": "Event Role", "type": "folder" }, "items": [ { "info": { "name": "List Event Role Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/event-roles/assignments", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of event role assignments that can be fetched at once." }, { "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": "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": "expand", "value": "eventRole", "type": "query", "description": "Use the `expand` query parameter to request additional details for each field specified.\n\nEach event role assignment includes the ID of its associated event role. By using the expand parameter, you can also retrieve the name of the event role.\n\nThe following fields are expandable:\n * eventRole\n" }, { "name": "filter", "value": "", "type": "query", "description": "A filter query string narrows search results and supports the combination of logical and comparison operators. The filter adheres to the pattern filter='field' comparisonType 'value'.\nThis is the comparison type that can be used in filter expressions:\n * equal: eq\n\nThe following fields are filterable:\n * event.id (eq)\n * eventRole.id (eq)\n * user.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 event role assignments associated with a single event." } ] } ], "bundled": true }