| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
String | ✔️ | ID of an event. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 |
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 string passed in the body of the request, narrows search results and supports the combination of logical and comparison operators. The filter adheres to the pattern filter='field' comparisonType 'value'. There are eight comparison types that can be used in filter expressions: * equal: eq * not equal: ne * greater than: gt * greater or equal: ge * less than: lt * less than or equal: le * starts with: sw * contains a value: contains * includes value(s): in The following fields are filterable: * id (eq) The following operators are available: * and * or |
id eq 'ad6df5aa-f21f-47e6-9c48-8d3a7831ad5f' |