API ReferenceFinance accounts
Get sum of accounts with tag
Retrieves sums for multiple months for accounts with a tag
AuthorizationBearer <token>
In: header
Query Parameters
months*array<string>
tag*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/finance/accounts/sums-of-tag?months=string&tag=string"[
{
"accounts": [
{
"balance": 0.1,
"name": "string"
}
],
"month": "string"
}
]{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}