+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Distributor SMS Report

Sie sind hier:

 

Distributor SMS Report

GET https://api.maileon.com/partner/report/sms&key={key}&from={from}&to={to}&page_size={pageSize}&page_index={pageIndex}&newsletter_account_id={newsletterAccountId}&process_id={processId}

Parameters:
– key: apikey
– from: ISO 8601 date (yyyy-MM-dd’T’HH:mm:ssZZ) to start the search from
– to: ISO 8601 date (yyyy-MM-dd’T’HH:mm:ssZZ) to limit the search to
– page_size: the number of elements to return in a call, default: 100, valid: [1… 1000]
– page_index: the index of the page to ask for, default: 1, must be greater or equal to 1
– newsletter_account_id: id of newsletter account to limit the results
– process_id: id of the Marketing Automation program to limit the results

 
Response Data:

[
{
"distributorAccountId": 2,
"distributorAccountName": "Test-VP",
"customerAccountId": 1,
"customerAccountName": "Testkunde",
"newsletterAccountId": 1,
"newsletterAccountName": "Test-Account",
"sentDate": "2022-01-01",
"smsCount": 123
},
{
"distributorAccountId": 2,
"distributorAccountName": "Test-VP",
"customerAccountId": 1,
"customerAccountName": "Testkunde",
"newsletterAccountId": 2,
"newsletterAccountName": "Test-Account2",
"sentDate": "2022-01-01",
"smsCount": 321
}
]

Inhaltsverzeichnis