| Field | Type | Required | Description | Example |
|---|---|---|---|---|
requestId |
String | ✔️ | Meeting request ID. | 04ca6ae2-0dc3-487b-953e-86d6abbdf7d3 |
limit |
Optional<Long> | ➖ | The maximum number of Documents that can be fetched at once. | |
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 |
includeReferenceLink |
Optional<Boolean> | ➖ | Set to false to exclude the field referenceLink from the response. |
|
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'. The following comparison types can be used in filter expressions: * equal: eq * not equal: ne * greater or equal: ge * less than or equal: le The following fields are filterable: * id (eq|ne) * name (eq|ne) * lastModified (le|ge) |
lastModified lt '2024-12-12T03:00:00Z' |