Gets the application's sendings stats

Obtain a list with the statistics of the shipments by campaign for the selected application.

The parameters applicationId (application id), dateFrom (start date), dateTo (end date), limit (limit of elements per page) and page (page shown) are required . In the answer we can see the selected platform, the number of devices to which it was sent, the ones that received it, how much they clicked.

Available pagination modes:

  • Cursor based pagination (preferred): Set limit and after fields When using this pagination method remember not to set the after parameter in the first request, only in subsequent paginated requests This method is only available with source = campaignStats

  • Offset based pagination: Set limit and `page``

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
required

Application's id

date
required

date start format yyyy-mm-dd

Ex:

2019-01-01
date
required

date end format yyyy-mm-dd

Ex:

2019-01-01
integer
required
10 to 100

Required regardless of the paging mode used

When using cursor based pagination, the number set in this parameter may not correspond to the number of items returned by the endpoint.

For example, you may indicate a limit of 10 and the system returns 9 elements.

That doesn't mean there aren't more items available, perhaps they have been removed because the data was not complete.

integer
≥ 0

page of results

Only mandatory when using offset based pagination

integer
≥ 0

This is the cursor that points to the end of the page of data that has been returned

Only mandatory when using cursor based pagination

integer

category's id

string

filter by campaign name

string
enum
Defaults to sendingTable

Source of data. sendingTable is deprecated

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json