Teilen über


/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

DELETE

  Removes items from a list.

GET

  Returns the contents of a list.

POST

  Inserts items into the list at the index based on the query string parameter insertIndex.

PUT

  Updates the items in a list according to the indexes specified for each item in the request body.

See also

Parent

Universal Resource Identifier (URI) Reference