API Documentation >> API 2.0 Main >> Entities >> Wantslist
{ wantslist: { idWantslist: // wantslist ID game: {} // game entity, the wantslist is for name: // name of the wantslist itemCount: // number of items on the wantslist item: [{}] // list of item entities in this wantslist links: {} // HATEOAS links } }
The list of WantslistItems will only return when requesting (or managing) a single wantslist.
See also:
{ wantslist: { idWantslist: 211682 game: { idGame: 1 name: "Magic the Gathering" abbreviation: "MtG" } name: "Main Wantslist for MtG" itemCount: 1 items: {} links: {} } }