/users/xuid(xuid)/lists/PINS/{listname}
Accesses items in a list.
The domain for these URIs is eplists.xboxlive.com
.
URI parameters
Parameter | Type | Description |
---|---|---|
xuid | string | Xbox User ID (XUID). |
listtype | string | Type of the list (how it is used and how it acts). Always "PINS" for these related methods. |
listname | string | Name of the list (which list of a given listtype to act on). Always "XBLPins" for items in Pins. |
Valid methods
Removes items from a list.
Returns the contents of a list.
Inserts items into the list at the index based on the query string parameter insertIndex.
Updates the items in a list according to the indexes specified for each item in the request body.