api
api copied to clipboard
[Enhancement] Improved campaign summaries for get/list requests
- removing the unused
vault[]from the response props. - replacing the getall donations sql query with aggregation query
- changing the
summaryfrom array to object with with props
"summary": {
"reachedAmount": 150,
"currentAmount": 103,
"blockedAmount": 0,
"donors": 3
}