List New Transactions

This endpoint will return new transaction analytics data for your property.

Log in to see full request history
Query Params
string

Filter records created after the specified start_date (filters[start_date_gte]=2018-11-01). If no start_date is specified, then data returned will date back two weeks ago.

string

Filter records created on or after the specified start_date.

string

Filter records created before the specified start_date.

string

Filter records created on or before the specified start_date.

string

Filter records created on the specified start_date. Comparison is date and time specific. If no time values are submitted, 00:00:00 UTC is assumed.

string

Filter records where amount is greater than the specified value.

number

Filter records where amount is greater than or equal to the specified value.

number

Filter records where amount is less than the specified value`.

number

Filter records where amount is less than or equal to the specified value.

number

Filter records where amount is equal to the specified value`.

string | null

Filter records by transaction type. Accepted values are purchase, rental, and pass.

string

Filter records by currency.

string

Filter records by consumer_email.

string

Filter records by consumer_id.

string

Filter records by consumer name.

group_by
array of strings or null

Group by an array of properties. Accepted properties are: consumer_id, name, amount, start_date, consumer_email, transaction_type, transaction_id

group_by
counts
array of strings

Return count of records per grouping. Using counts = ["*"] for generic count of all records in grouping, response will include request_count.

counts
string | null

Sort results by value of a specific property + '_' + sort direction (Example - sort_by=start_date_asc, or sort_by=consumer_email_desc)

Responses

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