Users

Users_list

GET
/api/v1/users

Query Parameters

order_by?string

Which field to use when ordering the results.

page?integer

A page number within the paginated result set.

price_count?integer
price_count__gte?integer
price_count__lte?integer
size?integer

Number of results to return per page.

Response Body

curl -X GET "https://loading/api/v1/users?order_by=string&page=0&price_count=0&price_count__gte=0&price_count__lte=0&size=0"
{
  "items": [
    [
      {
        "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_currency_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
      }
    ]
  ],
  "page": 1,
  "pages": 16,
  "size": 100,
  "total": 1531
}