API ReferenceFinance accounts
Get sum of accounts with tag
Retrieves a monthly sum for accounts with a tag
AuthorizationBearer <token>
In: header
Query Parameters
month*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/sum-of-tag?month=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"
}