Dashboard

List monthly campaigns statistics

Returns monthly campaigns statistics with aggregated metrics

get/1/newsletters/{domain}/dashboard/stats/campaigns/monthly

Path parameters

domaininteger required

Unique identifier of the Domain to request

Query parameters

string
OR
string[]

Optional parameter that define the field used for sorting<br /> Part of the sort capacity

order'asc' | 'desc'

Optional parameter that define the default sort order<br /> Part of the sort capacity

order_forobject

Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring[]

Example response

{
  "result": "success"
}

Changes