summary

Returns basic sums of the users data.

Returns basic sums of the users data, like the net worth, spent and earned amounts. It is multi-currency, and is used in Firefly III to populate the dashboard.

get/v1/summary/basic

Query parameters

startstring date required

A date formatted YYYY-MM-DD.

endstring date required

A date formatted YYYY-MM-DD.

currency_codestring string

A currency code like EUR or USD, to filter the result.

Headers

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

Unique identifier associated with this request.

Response

An array of sums. It depends on the user what you can expect to get back, so please try this out on the demo site.

Changes

No recorded changes to this endpoint across all 1 revision of this API.