data

Export transaction data from Firefly III

This endpoint allows you to export transactions from Firefly III into a file. Currently supports CSV exports only.

get/v1/data/export/transactions

Query parameters

startstring date required

A date formatted YYYY-MM-DD.

endstring date required

A date formatted YYYY-MM-DD.

accountsstring string

Limit the export of transactions to these accounts only. Only asset accounts will be accepted. Other types will be silently dropped.

type'csv'

The file type the export file (CSV is currently the only option).

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

The exported transaction in a file.

Changes