Skip to content

Latest commit

 

History

History
131 lines (100 loc) · 5.85 KB

MailMdAttachmentOutgoingFileTypeApi.md

File metadata and controls

131 lines (100 loc) · 5.85 KB

swagger_client.MailMdAttachmentOutgoingFileTypeApi

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

esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_get

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

Example

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)

Parameters

Name Type Description Notes
start_date str [optional]
end_date str [optional]
device_type str [optional] [default to esa]
top str [optional]

Return type

ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients

Authorization

BasicAuth, UserSecurity

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, text/plain, /

[Back to top] [Back to API list] [Back to Model list] [Back to README]

esa_api_v20_reporting_mail_md_attachment_outgoing_file_type_total_recipients_get

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

Example

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)

Parameters

Name Type Description Notes
start_date str [optional]
end_date str [optional]
device_type str [optional] [default to esa]
top str [optional]

Return type

ReportingMailMdAttachmentOutgoingFileTypeTotalRecipients

Authorization

BasicAuth, UserSecurity

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, text/plain, /

[Back to top] [Back to API list] [Back to Model list] [Back to README]