/media/{marketplaceId}/browse

Allows browsing for items within a single media group. The browse API allows clients to browse for items from within a single media group. Pages of data can be accessed non-sequentially using the skipItems parameter instead of using the continuation token.

This API also allows browsing within the children of a given item. For example, by passing in an ID and a MediaItemType parameter for an Xbox 360 Game, this allows browsing and diltering on the children of that item, such as Avatar items or DLC for the game.

This API accepts Query Refiners.

Some scenarios for retrieving children include:

  • Album to Tracks
  • Series to Seasons
  • Seasons to Episodes
  • Track to Music Video
  • Artist to Albums
  • Games to Game Add-ons (DLC, Avatar, Themes, etc.)

The domain for these URIs is eds.xboxlive.com.

URI parameters

Parameter Type Description
marketplaceId string Required. String value obtained from the Windows.Xbox.ApplicationModel.Store.Configuration.MarketplaceId.

Valid methods

GET (media/{marketplaceId}/browse)

  Allows browsing for items within a single media group.

See also

Parent

Marketplace URIs

Further Information

EDS Common Headers

EDS Parameters

EDS Query Refiners

Additional Reference