{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Badge Print Job API", "version": "ea" }, "items": [ { "info": { "name": "Badge Print Job", "type": "folder" }, "items": [ { "info": { "name": "List Badge Print Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId/badge-print-jobs", "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 and supports the combination of logical and comparison operators.\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* id (eq|ne)\n* pool.id (eq|ne)\n* printer.id (eq|ne)\n* status (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 print jobs for a given event." }, { "info": { "name": "Create Badge Print Job", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/events/:eventId/badge-print-jobs", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Id of an event" } ], "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": "Creates a new badge print job" }, { "info": { "name": "Get Badge Print Job", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId/badge-print-jobs/:jobId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Id of an event" }, { "name": "jobId", "value": "", "type": "path", "description": "Id of a badge print job" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a badge print job" } ] } ], "bundled": true }