Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 17.9 KB

File metadata and controls

12 lines (9 loc) · 17.9 KB

GetEmailsHistoryRequest

Fields

Field Type Required Description Example
Before string Used to query records that have been created before this time point. Defaults to current time. 2021-03-25T02:30:00Z
After string Used to query records that have been created after this time point. Defaults to 6 months back from current time. 2021-03-26T02:30: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 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'.

'OR' is not supported. Only 'AND' operator is supported.

The following comparison types can be used in filter expressions:
* equal: eq
* greater or equal: ge
* less than or equal: le

The following fields are filterable:
* event.id (eq)
* attendee.id (eq)
* contact.id (eq)
* status (eq)
* lastModified (eq|le|ge)
event.id eq '04ca6ae2-0dc3-487b-953e-86d6abbdf7d3'