| Field | Type | Required | Description | Example |
|---|---|---|---|---|
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 * includes value(s): in The following fields are filterable: * programItem.id (eq|in) * session.id (eq|in) The following operators are available: * and * or |
session.id in ('04ca6ae2-0dc3-487b-953e-86d6abbdf7d3', '34ca65e2-1dc3-487b-589e-839d8bbdf7d3') |