f00047222b8f
Get emails
Get emails matching the specified criteria.
Query parameters
The date range in which to search for e-mails that were sent. Value must be two ISO 8601-formatted dates separated by a colon (e.g. 2021-01-01T00:00:00Z:2021-01-31T00:00:00Z). An asterisk may be used as a placeholder to represent no minimum (e.g. *:2021-01-31T00:00:00Z). An asterisk may be used as a placeholder to represent no maximum (e.g. 2021-01-01T00:00:00Z:*).
A string used to perform an exact case-insensitive partial match against the e-mails' subjects
The identifier of the e-mails belonging to the same e-mail thread
Select specific e-mails using e-mail identifiers. Value must be a comma-delimited list.
The case-insensitive name of the sender of an e-mail; examples: "Julius Caesar", "julius", and "CAESAR"
The case-insensitive e-mail address of the sender of an e-mail; examples: "julius.caesar@rome.gov", "JULIUS.CAESAR", and "@rome.gov"
The case-insensitive names of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.
The case-insensitive e-mail addresses of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.
The maximum number of e-mails to return per page; if the number of matching e-mails is greater than the page size, the number of results returned is not guaranteed to be equal to the page size. The minimum value that may be specified is 1. The maximum value that may be specified is 100.
Response
Success