account

List account badges

post/v1/account.listBadges

Request body

$schemastring uri

A URL to the JSON Schema for this object.

filterstring[] nullable
pageinteger required
searchstring nullable

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListBadgesRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

pagesinteger required

The number of pages

totalHitsinteger required

The total number of hits for all pages

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListBadgesResponseBody.json",
  "badges": [
    {
      "accountInfo": {
        "completionTime": "2023-01-01T00:00:00Z",
        "level": 123456,
        "xp": 123456
      }
    }
  ],
  "pages": 1,
  "totalHits": 1
}

Changes

Changed in 1 of the 11 revisions of this API.7

    • added the new optional request property filters/viewerLevel

      new-optional-request-property

    • added the new optional request property filters/viewerOwnership

      new-optional-request-property

    • added the new app_id enum value to the request property order/by

      request-property-enum-value-added

    • added the new app_name enum value to the request property order/by

      request-property-enum-value-added

    • added the new first_completion enum value to the request property order/by

      request-property-enum-value-added

    • added the new last_completion enum value to the request property order/by

      request-property-enum-value-added

    • added the new tracked_holders enum value to the request property order/by

      request-property-enum-value-added

Of the 11 revisions, 1 has no diff computed.