GetOnsiteSendList

GetOnsiteSendList function gets all details of onsite sends with COMPLETED or RELAYED status.

Query Params
integer
Defaults to 100

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

integer
Defaults to 0

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.

date-time
required

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

date-time
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 needed, 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