+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 Volume Report

Sie sind hier:

 

Distributor Volume Report

GET https://api.maileon.com/partner/report/accounts_volume&key={key}&from={from}&to={to}&page_size={pageSize}&page_index={pageIndex}&customer_account_id={customerAccountId}&newsletter_account_id={newsletterAccountId}&account_type={accountType}

Parameters:
– key: apikey
– from: ISO 8601 date (yyyy-MM-dd) to start the search from
– to: ISO 8601 date (yyyy-MM-dd) to limit the search to
– page_size: the number of elements to return in a call, default: 100, valid: 1<= page_size <= 1000 - page_index: the index of the page to ask for, must be greater or equal to 1 - customer_account_id: id of customer for limiting the results to the customeraccountID - newsletter_account_id: id of newsletter for limiting the results to the newsletteraccountID - account_type: // null, "production", "demo"   Response Data:

[
{
"distributorAccountId": 2,
"distributorAccountName": "Test-VP",
"customerAccountId": 1,
"customerAccountName": "Testkunde",
"newsletterAccountId": 1,
"newsletterAccountName": "Test-Account",
"status": "active",
"volume": 3,
"regular": 1,
"trigger": 1,
"doi": 1
},
{
"distributorAccountId": 2,
"distributorAccountName": "Test-VP",
"customerAccountId": 1,
"customerAccountName": "Testkunde",
"newsletterAccountId": 2,
"newsletterAccountName": "Test-Account2",
"status": "active",
"volume": 5,
"regular": 4,
"trigger": 1,
"doi": 0
}
]

Inhaltsverzeichnis