v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet all groups
get/api_gateway/v1/badges/group
Query parameters
order'ASC' | 'DESC'
Sort response based on order.
sizestring
The number of items or records returned in a single API response.
pagestring
The amount of the records that you want to retrieve. Default value: 10.
Response
200
Example response
{
"data": {
"badgeGroups": [
{
"id": "6560ad9c7e3e81134376008b",
"orgId": 4000106,
"name": "cafeb9fe",
"rank": 1,
"createdBy": 50677380,
"createdOn": 1700834716.366,
"lastUpdatedBy": 50677380,
"lastUpdatedOn": 1700834716.366,
"isActive": true
}
],
"pagination": {
"size": 100,
"total": 891,
"totalPages": 9
}
}
}