Exports a list of all transactions for a specific account in CSV format.

Authorization: End user token is required.

User permissions required: CanViewTransactions

Path Params
uuid
required

The ID of the account to retrieve transactions for.

Query Params
date-time

The start date to retrieve transactions from.

int32

The page number to retrieve.

int32
Defaults to 20

The number of transactions per page.

date-time

The end date to retrieve transactions from.

string
enum

The type of transactions to retrieve from.

Allowed:
string

The text filter to apply to retrieve transactions with a similar title, description, merchant name.

string

Optional expression to sort the order of the transactions. Example "Amount desc,Inserted asc".

double

The amount filter to apply to retrieve transactions that exceed this amount.

double

The amount filter to apply to retrieve transactions that don't exceed this amount.

Responses

202

Accepted. The CSV file is being generated.

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