public class SentEmailsControllerApi extends Object
Constructor and Description |
---|
SentEmailsControllerApi() |
SentEmailsControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
deleteAllSentEmails()
Delete all sent email receipts
|
okhttp3.Call |
deleteAllSentEmailsAsync(ApiCallback<Void> _callback)
Delete all sent email receipts (asynchronously)
|
okhttp3.Call |
deleteAllSentEmailsCall(ApiCallback _callback)
Build call for deleteAllSentEmails
|
ApiResponse<Void> |
deleteAllSentEmailsWithHttpInfo()
Delete all sent email receipts
|
void |
deleteSentEmail(UUID id)
Delete sent email receipt
|
okhttp3.Call |
deleteSentEmailAsync(UUID id,
ApiCallback<Void> _callback)
Delete sent email receipt (asynchronously)
|
okhttp3.Call |
deleteSentEmailCall(UUID id,
ApiCallback _callback)
Build call for deleteSentEmail
|
ApiResponse<Void> |
deleteSentEmailWithHttpInfo(UUID id)
Delete sent email receipt
|
PageTrackingPixelProjection |
getAllSentTrackingPixels(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email tracking pixels in paginated form
|
okhttp3.Call |
getAllSentTrackingPixelsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
(asynchronously)
Get all sent email tracking pixels in paginated form
|
okhttp3.Call |
getAllSentTrackingPixelsCall(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getAllSentTrackingPixels
|
ApiResponse<PageTrackingPixelProjection> |
getAllSentTrackingPixelsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email tracking pixels in paginated form
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
String |
getRawSentEmailContents(UUID emailId)
Get raw sent email string.
|
okhttp3.Call |
getRawSentEmailContentsAsync(UUID emailId,
ApiCallback<String> _callback)
Get raw sent email string.
|
okhttp3.Call |
getRawSentEmailContentsCall(UUID emailId,
ApiCallback _callback)
Build call for getRawSentEmailContents
|
ApiResponse<String> |
getRawSentEmailContentsWithHttpInfo(UUID emailId)
Get raw sent email string.
|
RawEmailJson |
getRawSentEmailJson(UUID emailId)
Get raw sent email in JSON.
|
okhttp3.Call |
getRawSentEmailJsonAsync(UUID emailId,
ApiCallback<RawEmailJson> _callback)
Get raw sent email in JSON.
|
okhttp3.Call |
getRawSentEmailJsonCall(UUID emailId,
ApiCallback _callback)
Build call for getRawSentEmailJson
|
ApiResponse<RawEmailJson> |
getRawSentEmailJsonWithHttpInfo(UUID emailId)
Get raw sent email in JSON.
|
DeliveryStatusDto |
getSentDeliveryStatus(UUID deliveryId)
Get a sent email delivery status
|
okhttp3.Call |
getSentDeliveryStatusAsync(UUID deliveryId,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Get a sent email delivery status
|
okhttp3.Call |
getSentDeliveryStatusCall(UUID deliveryId,
ApiCallback _callback)
Build call for getSentDeliveryStatus
|
PageDeliveryStatus |
getSentDeliveryStatuses(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email delivery statuses
|
okhttp3.Call |
getSentDeliveryStatusesAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageDeliveryStatus> _callback)
(asynchronously)
Get all sent email delivery statuses
|
PageDeliveryStatus |
getSentDeliveryStatusesBySentId(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email delivery statuses
|
okhttp3.Call |
getSentDeliveryStatusesBySentIdAsync(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageDeliveryStatus> _callback)
(asynchronously)
Get all sent email delivery statuses
|
okhttp3.Call |
getSentDeliveryStatusesBySentIdCall(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentDeliveryStatusesBySentId
|
ApiResponse<PageDeliveryStatus> |
getSentDeliveryStatusesBySentIdWithHttpInfo(UUID sentId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email delivery statuses
|
okhttp3.Call |
getSentDeliveryStatusesCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentDeliveryStatuses
|
ApiResponse<PageDeliveryStatus> |
getSentDeliveryStatusesWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all sent email delivery statuses
|
ApiResponse<DeliveryStatusDto> |
getSentDeliveryStatusWithHttpInfo(UUID deliveryId)
Get a sent email delivery status
|
SentEmailDto |
getSentEmail(UUID id)
Get sent email receipt
|
okhttp3.Call |
getSentEmailAsync(UUID id,
ApiCallback<SentEmailDto> _callback)
Get sent email receipt (asynchronously)
|
okhttp3.Call |
getSentEmailCall(UUID id,
ApiCallback _callback)
Build call for getSentEmail
|
String |
getSentEmailHTMLContent(UUID id)
Get sent email HTML content
|
okhttp3.Call |
getSentEmailHTMLContentAsync(UUID id,
ApiCallback<String> _callback)
Get sent email HTML content (asynchronously)
|
okhttp3.Call |
getSentEmailHTMLContentCall(UUID id,
ApiCallback _callback)
Build call for getSentEmailHTMLContent
|
ApiResponse<String> |
getSentEmailHTMLContentWithHttpInfo(UUID id)
Get sent email HTML content
|
EmailPreviewUrls |
getSentEmailPreviewURLs(UUID id)
Get sent email URL for viewing in browser or downloading
Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser.
|
okhttp3.Call |
getSentEmailPreviewURLsAsync(UUID id,
ApiCallback<EmailPreviewUrls> _callback)
Get sent email URL for viewing in browser or downloading (asynchronously)
Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser.
|
okhttp3.Call |
getSentEmailPreviewURLsCall(UUID id,
ApiCallback _callback)
Build call for getSentEmailPreviewURLs
|
ApiResponse<EmailPreviewUrls> |
getSentEmailPreviewURLsWithHttpInfo(UUID id)
Get sent email URL for viewing in browser or downloading
Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser.
|
PageSentEmailProjection |
getSentEmails(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent emails in paginated form
|
okhttp3.Call |
getSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent emails in paginated form (asynchronously)
|
okhttp3.Call |
getSentEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmails
|
ApiResponse<PageSentEmailProjection> |
getSentEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent emails in paginated form
|
PageSentEmailWithQueueProjection |
getSentEmailsWithQueueResults(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get results of email sent with queues in paginated form
|
okhttp3.Call |
getSentEmailsWithQueueResultsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailWithQueueProjection> _callback)
Get results of email sent with queues in paginated form (asynchronously)
|
okhttp3.Call |
getSentEmailsWithQueueResultsCall(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmailsWithQueueResults
|
ApiResponse<PageSentEmailWithQueueProjection> |
getSentEmailsWithQueueResultsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get results of email sent with queues in paginated form
|
PageTrackingPixelProjection |
getSentEmailTrackingPixels(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all tracking pixels for a sent email in paginated form
|
okhttp3.Call |
getSentEmailTrackingPixelsAsync(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageTrackingPixelProjection> _callback)
(asynchronously)
Get all tracking pixels for a sent email in paginated form
|
okhttp3.Call |
getSentEmailTrackingPixelsCall(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentEmailTrackingPixels
|
ApiResponse<PageTrackingPixelProjection> |
getSentEmailTrackingPixelsWithHttpInfo(UUID id,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all tracking pixels for a sent email in paginated form
|
ApiResponse<SentEmailDto> |
getSentEmailWithHttpInfo(UUID id)
Get sent email receipt
|
PageSentEmailProjection |
getSentOrganizationEmails(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent organization emails in paginated form
|
okhttp3.Call |
getSentOrganizationEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageSentEmailProjection> _callback)
(asynchronously)
Get all sent organization emails in paginated form
|
okhttp3.Call |
getSentOrganizationEmailsCall(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for getSentOrganizationEmails
|
ApiResponse<PageSentEmailProjection> |
getSentOrganizationEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
Get all sent organization emails in paginated form
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
DeliveryStatusDto |
waitForDeliveryStatuses(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before)
Wait for delivery statuses
|
okhttp3.Call |
waitForDeliveryStatusesAsync(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Wait for delivery statuses
|
okhttp3.Call |
waitForDeliveryStatusesCall(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback _callback)
Build call for waitForDeliveryStatuses
|
ApiResponse<DeliveryStatusDto> |
waitForDeliveryStatusesWithHttpInfo(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before)
Wait for delivery statuses
|
public SentEmailsControllerApi()
public SentEmailsControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call deleteAllSentEmailsCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteAllSentEmails() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteAllSentEmailsWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteAllSentEmailsAsync(ApiCallback<Void> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteSentEmailCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public void deleteSentEmail(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public ApiResponse<Void> deleteSentEmailWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call deleteSentEmailAsync(UUID id, ApiCallback<Void> _callback) throws ApiException
id
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
204 | No Content | - |
public okhttp3.Call getAllSentTrackingPixelsCall(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageTrackingPixelProjection getAllSentTrackingPixels(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageTrackingPixelProjection> getAllSentTrackingPixelsWithHttpInfo(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getAllSentTrackingPixelsAsync(Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageTrackingPixelProjection> _callback) throws ApiException
page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getRawSentEmailContentsCall(UUID emailId, ApiCallback _callback) throws ApiException
emailId
- ID of email (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public String getRawSentEmailContents(UUID emailId) throws ApiException
emailId
- ID of email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<String> getRawSentEmailContentsWithHttpInfo(UUID emailId) throws ApiException
emailId
- ID of email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getRawSentEmailContentsAsync(UUID emailId, ApiCallback<String> _callback) throws ApiException
emailId
- ID of email (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getRawSentEmailJsonCall(UUID emailId, ApiCallback _callback) throws ApiException
emailId
- ID of email (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public RawEmailJson getRawSentEmailJson(UUID emailId) throws ApiException
emailId
- ID of email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<RawEmailJson> getRawSentEmailJsonWithHttpInfo(UUID emailId) throws ApiException
emailId
- ID of email (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getRawSentEmailJsonAsync(UUID emailId, ApiCallback<RawEmailJson> _callback) throws ApiException
emailId
- ID of email (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusCall(UUID deliveryId, ApiCallback _callback) throws ApiException
deliveryId
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DeliveryStatusDto getSentDeliveryStatus(UUID deliveryId) throws ApiException
deliveryId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DeliveryStatusDto> getSentDeliveryStatusWithHttpInfo(UUID deliveryId) throws ApiException
deliveryId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusAsync(UUID deliveryId, ApiCallback<DeliveryStatusDto> _callback) throws ApiException
deliveryId
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusesCall(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageDeliveryStatus getSentDeliveryStatuses(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageDeliveryStatus> getSentDeliveryStatusesWithHttpInfo(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusesAsync(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageDeliveryStatus> _callback) throws ApiException
page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusesBySentIdCall(UUID sentId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
sentId
- ID of the sent email that you want to get the delivery status of. Sent email object is returned when sending an email (required)page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageDeliveryStatus getSentDeliveryStatusesBySentId(UUID sentId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
sentId
- ID of the sent email that you want to get the delivery status of. Sent email object is returned when sending an email (required)page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageDeliveryStatus> getSentDeliveryStatusesBySentIdWithHttpInfo(UUID sentId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
sentId
- ID of the sent email that you want to get the delivery status of. Sent email object is returned when sending an email (required)page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentDeliveryStatusesBySentIdAsync(UUID sentId, Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageDeliveryStatus> _callback) throws ApiException
sentId
- ID of the sent email that you want to get the delivery status of. Sent email object is returned when sending an email (required)page
- Optional page index in delivery status list pagination (optional, default to 0)size
- Optional page size in delivery status list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public SentEmailDto getSentEmail(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<SentEmailDto> getSentEmailWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailAsync(UUID id, ApiCallback<SentEmailDto> _callback) throws ApiException
id
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailHTMLContentCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public String getSentEmailHTMLContent(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<String> getSentEmailHTMLContentWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailHTMLContentAsync(UUID id, ApiCallback<String> _callback) throws ApiException
id
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailPreviewURLsCall(UUID id, ApiCallback _callback) throws ApiException
id
- (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public EmailPreviewUrls getSentEmailPreviewURLs(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<EmailPreviewUrls> getSentEmailPreviewURLsWithHttpInfo(UUID id) throws ApiException
id
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailPreviewURLsAsync(UUID id, ApiCallback<EmailPreviewUrls> _callback) throws ApiException
id
- (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailTrackingPixelsCall(UUID id, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
id
- (required)page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageTrackingPixelProjection getSentEmailTrackingPixels(UUID id, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
id
- (required)page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageTrackingPixelProjection> getSentEmailTrackingPixelsWithHttpInfo(UUID id, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
id
- (required)page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailTrackingPixelsAsync(UUID id, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageTrackingPixelProjection> _callback) throws ApiException
id
- (required)page
- Optional page index in sent email tracking pixel list pagination (optional, default to 0)size
- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailsCall(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageSentEmailProjection getSentEmails(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageSentEmailProjection> getSentEmailsWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailsAsync(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageSentEmailProjection> _callback) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailsWithQueueResultsCall(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageSentEmailWithQueueProjection getSentEmailsWithQueueResults(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageSentEmailWithQueueProjection> getSentEmailsWithQueueResultsWithHttpInfo(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before) throws ApiException
page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentEmailsWithQueueResultsAsync(Integer page, Integer size, String sort, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageSentEmailWithQueueProjection> _callback) throws ApiException
page
- Optional page index in inbox sent email list pagination (optional, default to 0)size
- Optional page size in inbox sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentOrganizationEmailsCall(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in sent email list pagination (optional, default to 0)size
- Optional page size in sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public PageSentEmailProjection getSentOrganizationEmails(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in sent email list pagination (optional, default to 0)size
- Optional page size in sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<PageSentEmailProjection> getSentOrganizationEmailsWithHttpInfo(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in sent email list pagination (optional, default to 0)size
- Optional page size in sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getSentOrganizationEmailsAsync(UUID inboxId, Integer page, Integer size, String sort, String searchFilter, OffsetDateTime since, OffsetDateTime before, ApiCallback<PageSentEmailProjection> _callback) throws ApiException
inboxId
- Optional inboxId to filter sender of sent emails by (optional)page
- Optional page index in sent email list pagination (optional, default to 0)size
- Optional page size in sent email list pagination (optional, default to 20)sort
- Optional createdAt sort direction ASC or DESC (optional, default to ASC)searchFilter
- Optional search filter (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call waitForDeliveryStatusesCall(UUID sentId, UUID inboxId, Long timeout, Integer index, OffsetDateTime since, OffsetDateTime before, ApiCallback _callback) throws ApiException
sentId
- Optional sent email ID filter (optional)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)index
- Zero based index of the delivery status to wait for. If 1 delivery status already and you want to wait for the 2nd pass index=1 (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public DeliveryStatusDto waitForDeliveryStatuses(UUID sentId, UUID inboxId, Long timeout, Integer index, OffsetDateTime since, OffsetDateTime before) throws ApiException
sentId
- Optional sent email ID filter (optional)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)index
- Zero based index of the delivery status to wait for. If 1 delivery status already and you want to wait for the 2nd pass index=1 (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<DeliveryStatusDto> waitForDeliveryStatusesWithHttpInfo(UUID sentId, UUID inboxId, Long timeout, Integer index, OffsetDateTime since, OffsetDateTime before) throws ApiException
sentId
- Optional sent email ID filter (optional)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)index
- Zero based index of the delivery status to wait for. If 1 delivery status already and you want to wait for the 2nd pass index=1 (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call waitForDeliveryStatusesAsync(UUID sentId, UUID inboxId, Long timeout, Integer index, OffsetDateTime since, OffsetDateTime before, ApiCallback<DeliveryStatusDto> _callback) throws ApiException
sentId
- Optional sent email ID filter (optional)inboxId
- Optional inbox ID filter (optional)timeout
- Optional timeout milliseconds (optional)index
- Zero based index of the delivery status to wait for. If 1 delivery status already and you want to wait for the 2nd pass index=1 (optional)since
- Filter by created at after the given timestamp (optional)before
- Filter by created at before the given timestamp (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.