Gets the list of achievements defined on the title, those unlocked by the user, or those the user has in progress.
The domain for these URIs is achievements.xboxlive.com.
Xbox User ID (XUID) of the user whose (resource) is being accessed. Must match the XUID of the authenticated user.
Query string parameters
Parameter
Required
Type
Description
skipItems
No
32-bit signed integer
Return items beginning after the given number of items. For example, skipItems="3" will retrieve items beginning with the fourth item retrieved.
continuationToken
No
string
Return the items starting at the given continuation token.
maxItems
No
32-bit signed integer
Maximum number of items to return from the collection, which can be combined with skipItems and continuationToken to return a range of items. The service may provide a default value if maxItems is not present, and may return fewer than maxItems, even if the last page of results has not yet been returned.
titleId
No
string
A filter for the returned results. Accepts one or more comma-delimited, decimal title identifiers.
unlockedOnly
No
Boolean value
Filter for the returned results. If set to true, will only return the achievements unlocked for the user. Defaults to false.
possibleOnly
No
Boolean value
Filter for the returned results. If set to true, will return all possible results but not unlocked metadata - just the achievement information from XMS. Defaults to false.
types
No
string
A filter for the returned results. Can be "Persistent" or "Challenge". Default is all supported types.
orderBy
No
string
Specifies the order in which to return the results. Can be "Unordered", "Title", "UnlockTime", or "EndingSoon". The default is "Unordered".
Authorization
Claim
Required?
Description
Behavior if missing
User
Caller is an authorized Xbox LIVE user.
The caller needs to be a valid user on Xbox LIVE.
403 Forbidden
Required Request Headers
Header
Type
Description
Authorization
string
Authentication credentials for HTTP authentication. Example value: "XBL3.0 x=<userhash>;<token>".
Optional Request Headers
Header
Type
Description
X-RequestedServiceVersion
string
Build name/number of the Xbox LIVE service to which this request should be directed. The request will only be routed to that service after verifying the validity of the header, the claims in the auth token, etc. Default value: 1.
x-xbl-contract-version
32-bit unsigned integer
If present and set to 2, the V2 version of this API will be used. Otherwise, V1.
Accept-Language
string
List of desired locales and fallbacks (e.g., fr-FR, fr, en-GB, en-WW, en-US). The Achievements service will work through the list until it finds matching localized strings. If none are found, it attempts to match the location defined in the user token, which comes from the user's IP address. If still no matching localized strings are found, it uses the default strings provided by the title developer/publisher.