GET (/users/me/inventory)
Provides the set of inventory currently associated with the provided user back to the caller. The domain for these URIs isinventory.xboxlive.com.
Remarks
No policy checks, enforcement, or filtering will occur as a part of this call. Callers have the option of passing query parameters in order to narrow the scope of the results returned. Callers can page through results with a continuation token as provided through a previous response: /users/me/inventory?continuationToken=continuationTokenString. The caller may make a call to the details API with a specific item URL in order to see information about a specific item.Query string parameters
In addition to these, the resource supports the standard paging mechanics.
Sample request
The fully-qualified domain name for this URI method ishttps://inventory.xboxlive.com/users/me/inventory.
Note:.
Which users are considered depends on the token provided, which may include multiple users. If you want a single user’s inventory, you must also provide the user hash for the specific user you want to exclusively consider.
