GET (/media//fields)
Gets the fields token. The domain for these URIs iseds.xboxlive.com.
Remarks
The Entertainment Discovery Services (EDS) APIs, by default, returns a very small minimum set of fields for each item:- Media item type
- Media group
- Id
- Name
GET (/media/{marketplaceId}/fields), only AvatarItems will contain the field).
The values returned from this API are highly cacheable — in fact, they should not change except between deployments of EDS. It’s recommended that, if caching is desired, the cache last no longer than the session of the user.
In addition to accepting the actual field names, this API accepts “all” as a valid value. This will generate a value that contains each field it’s possible to specify. Use of the “all” value is recommended only for development, debugging, and testing purposes.
Alternatively, you can send desired={list of fields separated by a '.'} to any API that accepts the fields token.
You cannot pass in both desired and fields together.
