Badges
Badges_users_list
Path Parameters
idinteger
A unique integer value identifying this Badge.
Query Parameters
page?integer
A page number within the paginated result set.
size?integer
Number of results to return per page.
Response Body
curl -X GET "https://loading/api/v1/badges/0/users?page=0&size=0"{
"items": [
{
"id": 0,
"user": {
"user_id": "string",
"price_count": 2147483647,
"price_type_product_count": 2147483647,
"price_type_category_count": 2147483647,
"price_kind_community_count": 2147483647,
"price_kind_consumption_count": 2147483647,
"price_in_proof_owned_count": 2147483647,
"price_in_proof_not_owned_count": 2147483647,
"price_not_owned_in_proof_owned_count": 2147483647,
"proof_count": 2147483647,
"proof_kind_community_count": 2147483647,
"proof_kind_consumption_count": 2147483647,
"location_count": 2147483647,
"location_type_osm_country_count": 2147483647,
"product_count": 2147483647,
"badge_count": 2147483647,
"currency_count": 2147483647,
"year_count": 2147483647,
"challenge_count": 2147483647
},
"achieved_at": "2019-08-24T14:15:22Z",
"badge": 0
}
],
"page": 1,
"pages": 16,
"size": 100,
"total": 1531
}