GetPushSendList

GetPushSendList function gets all details of push sends with COMPLETED or RELAYED status.

Query Params
string
length between 100 and 1000

The requested maximum number of rows from the request.

Maximum value is 1000.

For instance, if offset is 1500 and limit is 1000, the api returns the rows between 1500-2499

string

The offset (the number of skipped rows) for the request.

For instance, if offset is 1500 and limit is 1000, the api returns the rows between 1500-2499.

string
required

This is an optional parameter. If set, the delivered sends after this time are fetched.

string
required

This is an optional parameter. If set, the delivered sends before this time are fetched.

string

This is an optional parameter. To separate multiple tags, if using ; use sign.

Headers
string
required
Defaults to {$$.env.access_token}
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

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