{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Badge Printer Pools API", "version": "ea" }, "items": [ { "info": { "name": "Badge Printer Pools", "type": "folder" }, "items": [ { "info": { "name": "List Badge Printer Pools", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId/badge-printer-pools", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Id of an event" }, { "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": "A filter query string narrows search results.\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* disabled (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 badge printer pools" }, { "info": { "name": "Get Badge Printer Pool", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId/badge-printer-pools/:poolId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Id of an event" }, { "name": "poolId", "value": "", "type": "path", "description": "Id of a badge printer pool" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a single badge printer pool by its ID" } ] } ], "bundled": true }