Skip to content

Get Purchase Price Statistics

GET
/v1/groups/statistics/purchase-price
curl --request GET \
--url https://example.com/api/v1/groups/statistics/purchase-price \
--header 'Authorization: <Authorization>'
start
string

Start date

end
string

End date

OK

Media type application/json
object
end
string
entries
Array<object>
object
date
string
name
string
value
number
start
string
valueAtEnd
number
valueAtStart
number
Example generated
{
"end": "example",
"entries": [
{
"date": "example",
"name": "example",
"value": 1
}
],
"start": "example",
"valueAtEnd": 1,
"valueAtStart": 1
}