This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
1.4 KiB
1.4 KiB
\ChartsApi
All URIs are relative to https://demo.firefly-iii.org/api
| Method | HTTP request | Description |
|---|---|---|
| get_chart_account_overview | GET /v1/chart/account/overview | Dashboard chart with asset account balance information. |
get_chart_account_overview
Vecmodels::ChartDataSet get_chart_account_overview(start, end, x_trace_id) Dashboard chart with asset account balance information.
This endpoint returns the data required to generate a chart with basic asset account balance information.
Parameters
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| start | String | A date formatted YYYY-MM-DD. | [required] | |
| end | String | A date formatted YYYY-MM-DD. | [required] | |
| x_trace_id | Option<uuid::Uuid> | Unique identifier associated with this request. |
Return type
Authorization
firefly_iii_auth, local_bearer_auth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]