Sum JSON Objects
1 min
Sums the values present in a given key in JSON Objects within a list
API Definition
Sum JSON Objects API
Call the following API:
POST
https://orca.pathfix.com/functions/list/sum
{
"input": [{
"spend": "46.01",
"type": "Travel"
},
{
"spend": "52",
"type": "Food"
}
],
"key": "spend"
}