Exports
Export users data in the selected formats. Exports are generated asynchronously so clients need to either implement pooling and wait for an export status to change to generated
or wait for notification that is sent when export generation is complete.
Resource representation
Properties
id readonly string
|
Export id. |
resources read, write array
|
An expenses, incomes, budgets, summary, attachments, attachments_grid, balances |
formats read, write array
|
An csv, xls, pdf, ofx |
filters read, write object
|
Export filter settings (accounts, categories, tags …) |
accounts read, write array
|
An |
!accounts read, write array
|
An |
expenses read, write object
|
Expense export filter settings for categories and tags. |
categories read, write array
|
An |
!categories read, write array
|
An |
tags read, write array
|
An |
!tags read, write array
|
An |
incomes read, write object
|
Income export filter settings for categories and tags. |
categories read, write array
|
An |
!categories read, write array
|
An |
tags read, write array
|
An |
!tags read, write array
|
An |
locations read, write array
|
An |
!locations read, write array
|
An |
from read, write string
|
Used to define date range, in YYYY-MM-DD format. Format:date |
to read, write string
|
Used to define date range, in YYYY-MM-DD format. Format:date |
created readonly string
|
Specifies when the export was created. Format:date-time |
modified readonly string
|
Specifies when the export was last modified. |
status readonly string
|
Export status. Possible values:sending, sent, error, generating, generated |
type read, write string
|
Export type. Possible values:export, attachments, user_data |
seen read, write boolean
|
Marked as |
data readonly object
|
Export data after file was uploaded to S3 |
path readonly string
|
External export file path. |
valid_until readonly string
|
Specifies how long the export file links will be valid. Format:date-time |
filename readonly string
|
Filename |
filesize read, write number
|
File size in bytes. |
* denotes required field/parameter.