\ExportControllerApi
All URIs are relative to https://api.mailslurp.com
Method | HTTP request | Description |
---|---|---|
export_entities | get /export | Export inboxes link callable via browser |
get_export_link | post /export | Get export link |
export_entities
Vec
export_entities(export_type, api_key, output_format, filter, list_separator_token, exclude_previously_exported, created_earliest_time, created_oldest_time) Export inboxes link callable via browser
Parameters
Name | Type | Description | Required | Notes |
---|---|---|---|---|
export_type | String | [required] | ||
api_key | String | [required] | ||
output_format | String | [required] | ||
filter | Option<String> | |||
list_separator_token | Option<String> | |||
exclude_previously_exported | Option<bool> | |||
created_earliest_time | Option<String> | |||
created_oldest_time | Option<String> |
Return type
Vec
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to ]
get_export_link
crate::models::ExportLink get_export_link(export_type, export_options, api_key) Get export link
Parameters
Name | Type | Description | Required | Notes |
---|---|---|---|---|
export_type | String | [required] | ||
export_options | ExportOptions | [required] | ||
api_key | Option<String> |
Return type
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to ]