Retrieve channel manager's card activities

Retrieve card activities owned by the channel manager or over specific Date range.View card activities for a single card when a card ID is specified, time frame is optional.

Query Params
string

Activities with a created date equal to or after this date. Format: 'yyyy-MM-dd'T'HH:mm:ssZ'. Value cannot be more than 7 days in the past when mandatory. Value is optional if only a single Card ID has been provided

string

Activities with a created date before this date. Format: 'yyyy-MM-dd'T'HH:mm:ssZ'. Value is optional if only a single Card ID has been provided or from date is within last 7 days

string
enum

Activities with possibly multiple statuses equal to this value. Omitting this is equivalent to supplying all values

Allowed:
string
enum

Activities with possibly multiple types equal to this value. Omitting this is equivalent to supplying all values

cards
array of strings

Activities with possibly multiple card IDs equal to this value. Only one of 'cards' or 'accounts' must be supplied

cards
accounts
array of strings

Activities with possibly multiple account IDs equal to this value. Only one of 'cards' or 'accounts' must be supplied

accounts
ids
array of strings

Activities with the specified IDs. Only 'page' and/or 'size' may be used in conjunction with this filter.

ids
int64

Activites with specified Order Id

string

Id of channel manager to return activities for

string
enum

A list of fields to sort the response by. Sorting will be applied in the order the fields are given

Allowed:
string
enum

A list of orders to apply to the respective sortFields. The only accepted sortOrders will be ASC and DESC (case insensitive)

Allowed:
int32
≥ 0

Page to fetch (0 indexed)

int32
≤ 500

Size of page to fetch

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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