{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Signatures API", "version": "ea" }, "items": [ { "info": { "name": "Signatures", "type": "folder" }, "items": [ { "info": { "name": "List Signatures", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/signatures", "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 order passed as a parameter, used to control the order of the\nsearch results as a priority ordered list of sorts\n\nThere are two orders:\n * ascending: ASC\n * descending: DESC\n\nThe following fields are sortable:\n * event.id\n * session.id\n * attendee.id\n * type\n * created\n * lastModified (default)\n" }, { "name": "filter", "value": "", "type": "query", "description": "A filter string passed in the body of the request, narrows search results and supports the combination of logical and comparison operators.\nThe filter adheres to the pattern filter='field' comparisonType 'value'.\n\nThere are six comparison types that can be used in filter expressions:\n * equal: eq\n * not equal: ne\n * greater than: gt\n * greater or equal: ge\n * less than: lt\n * less than or equal: le\n\nThe following fields are filterable:\n * id (eq|ne)\n * event.id (eq|ne)\n * session.id (eq|ne)\n * attendee.id (eq|ne)\n * type (eq|ne)\n * created (eq|ne|lt|le|gt|ge)\n * lastModified (eq|ne|lt|le|gt|ge)\n\nThe following operators are available:\n * and\n * or\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a paginated list of check-in & check-out signatures associated with the account." } ] } ], "bundled": true }