# SentEmailsControllerApi
All URIs are relative to https://api.mailslurp.com
Method | HTTP request | Description |
---|---|---|
getSentEmail | GET /sent/{id} | Get sent email receipt |
getSentEmails | GET /sent | Get all sent emails in paginated form |
# getSentEmail
SentEmailDto getSentEmail(id)
Get sent email receipt
# Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | id | [default to null] |
# Return type
# Authorization
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json
# getSentEmails
PageSentEmailProjection getSentEmails(inboxId, page, size, sort)
Get all sent emails in paginated form
# Parameters
Name | Type | Description | Notes |
---|---|---|---|
inboxId | UUID | Optional inboxId to filter sender of sent emails by | [optional] [default to null] |
page | Integer | Optional page index in inbox sent email list pagination | [optional] [default to 0] |
size | Integer | Optional page size in inbox sent email list pagination | [optional] [default to 20] |
sort | String | Optional createdAt sort direction ASC or DESC | [optional] [default to ASC] [enum: ASC, DESC] |
# Return type
# Authorization
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json