List account badges
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountListBadgesRequestBody.json"
}Response
OK
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/viewerLevelnew-optional-request-property
- ○
added the new optional request property
filters/viewerOwnershipnew-optional-request-property
- ○
added the new
app_idenum value to the request propertyorder/byrequest-property-enum-value-added
- ○
added the new
app_nameenum value to the request propertyorder/byrequest-property-enum-value-added
- ○
added the new
first_completionenum value to the request propertyorder/byrequest-property-enum-value-added
- ○
added the new
last_completionenum value to the request propertyorder/byrequest-property-enum-value-added
- ○
added the new
tracked_holdersenum value to the request propertyorder/byrequest-property-enum-value-added
- ○
Of the 11 revisions, 1 has no diff computed.