Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 9.98 KB

File metadata and controls

11 lines (8 loc) · 9.98 KB

GetBadgeRequest

Fields

Field Type Required Description Example
id String ✔️ ID of an event. 3db28cfc-db22-11eb-8d19-0242ac130003
limit Optional<Long> The maximum number of records to return per page. 100
token Optional<String> The continuation token returned from a previous class. This must be a valid UUID v4 if provided.
This will override any other pageable parameters provided.
0e28af57-511f-47ab-ae46-46cd1ca51a1a
filter Optional<String> 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'.

These are the comparison types that can be used in filter expressions:
* equal: eq

The following fields are filterable:
* id (eq)
* attendee.id (eq)
id eq '{string}' and attendee.id eq '{UUID}'