| Field | Type | Required | Description | Example |
|---|---|---|---|---|
After |
DateTime | ➖ | Used to query records that have been added or updated after this time point. Default to the beginning of time of the data store. | 2017-01-02T02:00:00Z |
Before |
DateTime | ➖ | Used to query records that have been added or updated before this time point. | 2017-01-02T02:00:00Z |
Limit |
long | ➖ | The maximum number of records to return per page. | 100 |
Token |
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 |
string | ➖ | Use filter query parameters to limit results to data that matches your criteria. See Filters for details. Supported fields and operators are listed below: | Field | Operators | |----------------|------------------------------------------| | id | eq, ne || event.id | eq, ne || session.id | eq, ne, is empty, is not empty || appointment.id | eq, ne, is empty, is not empty || exhibitor.id | eq, ne, is empty, is not empty || sourceId | eq, ne, is empty, is not empty || solutionType | eq, ne || provider | eq, ne || type | eq, ne || status | eq, ne || meetingId | eq, ne || created | eq, ne, lt, le, gt, ge || lastModified | eq, ne, lt, le, gt, ge || playerType | eq, ne | |
event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3' and sourceId ne 'sampleWebcastSystemId' |