Skip to content

Get Group Statistics

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

OK

Media type application/json
object
totalItemPrice
number
totalItems
integer
totalLocations
integer
totalTags
integer
totalUsers
integer
totalWithWarranty
integer
Example generated
{
"totalItemPrice": 1,
"totalItems": 1,
"totalLocations": 1,
"totalTags": 1,
"totalUsers": 1,
"totalWithWarranty": 1
}