{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Event Credits API", "version": "ea" }, "items": [ { "info": { "name": "Event Credits", "type": "folder" }, "items": [ { "info": { "name": "List Attendee Event Credits", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/attendee-credits", "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": "sort", "value": "", "type": "query", "description": "The `sort` query parameter sorts items in the list of results and organizes them according to your preference.\nThere are two orders:\n * ascending: ASC\n * descending: DESC\n\nThe following fields are sortable:\n * lastModified\n" }, { "name": "expand", "value": "creditType", "type": "query", "description": "Use the `expand` query parameter to include additional related information in the response. For each specified value, the related entity is retrieved and displayed inline.\n\nAn expandable object typically contains the ID of a related object in its response properties.\n\nThe following fields are expandable:\n * creditType(Includes only the `creditType.name` in the response. A full list of properties for `creditType` is not currently provided).\n" }, { "name": "filter", "value": "", "type": "query", "description": "A filter query string narrows search\nresults and supports the combination of logical and comparison\noperators.\n\nThe filter adheres to the pattern filter='field' comparisonType 'value'.\n\nThese are the comparison types that can be used in filter expressions:\n * equal: eq\n * not equal: ne\n\nThe following fields are filterable:\n* attendee.id (eq|ne)\n* event.id (eq|ne)\n* session.id (eq|ne)\n* creditType.id (eq|ne)\n* type (eq)\n\nNote:\n* lastModified: Used by the 'before' and 'after' filters.\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 event credits in your account." } ] } ], "bundled": true }