All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_get | GET /esa/api/v2.0/reporting/mail_md_attachment_outgoing_file_type | mail md attachment outgoing file type total recipients |
esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_total_recipients_get | GET /esa/api/v2.0/reporting/mail_md_attachment_outgoing_file_type/total_recipients | mail md attachment outgoing file type total recipients |
ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_get(start_date=start_date, end_date=end_date, device_type=device_type, top=top)
mail md attachment outgoing file type total recipients
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: BasicAuth
configuration = swagger_client.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'
# Configure API key authorization: UserSecurity
configuration = swagger_client.Configuration()
configuration.api_key['jwtToken'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['jwtToken'] = 'Bearer'
# create an instance of the API class
api_instance = swagger_client.MailMdAttachmentOutgoingFileTypeApi(swagger_client.ApiClient(configuration))
start_date = 'start_date_example' # str | (optional)
end_date = 'end_date_example' # str | (optional)
device_type = 'esa' # str | (optional) (default to esa)
top = 'top_example' # str | (optional)
try:
# mail md attachment outgoing file type total recipients
api_response = api_instance.esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_get(start_date=start_date, end_date=end_date, device_type=device_type, top=top)
pprint(api_response)
except ApiException as e:
print("Exception when calling MailMdAttachmentOutgoingFileTypeApi->esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_get: %s\n" % e)
Name | Type | Description | Notes |
---|---|---|---|
start_date | str | [optional] | |
end_date | str | [optional] | |
device_type | str | [optional] [default to esa] | |
top | str | [optional] |
ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients
- Content-Type: Not defined
- Accept: application/json, text/plain, /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_total_recipients_get(start_date=start_date, end_date=end_date, device_type=device_type, top=top)
mail md attachment outgoing file type total recipients
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure HTTP basic authorization: BasicAuth
configuration = swagger_client.Configuration()
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'
# Configure API key authorization: UserSecurity
configuration = swagger_client.Configuration()
configuration.api_key['jwtToken'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['jwtToken'] = 'Bearer'
# create an instance of the API class
api_instance = swagger_client.MailMdAttachmentOutgoingFileTypeApi(swagger_client.ApiClient(configuration))
start_date = 'start_date_example' # str | (optional)
end_date = 'end_date_example' # str | (optional)
device_type = 'esa' # str | (optional) (default to esa)
top = 'top_example' # str | (optional)
try:
# mail md attachment outgoing file type total recipients
api_response = api_instance.esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_total_recipients_get(start_date=start_date, end_date=end_date, device_type=device_type, top=top)
pprint(api_response)
except ApiException as e:
print("Exception when calling MailMdAttachmentOutgoingFileTypeApi->esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_total_recipients_get: %s\n" % e)
Name | Type | Description | Notes |
---|---|---|---|
start_date | str | [optional] | |
end_date | str | [optional] | |
device_type | str | [optional] [default to esa] | |
top | str | [optional] |
ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients
- Content-Type: Not defined
- Accept: application/json, text/plain, /
[Back to top] [Back to API list] [Back to Model list] [Back to README]