The ListmaniaLists response group returns the Listmania list IDs and names of those lists that items, in the response, belong to.
Operations that can use this response group include:
ItemLookup
ItemSearch
ListLookup
SimilarityLookup
The following table describes the elements returned by ListmaniaLists. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
ListmaniaLists also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following response groups are parent response groups of ListmaniaLists.
None
The following response groups are child response groups of ListmaniaLists.
None
The following request was used to illustrate the XML response elements returned by ListmaniaLists.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[ID]&
Operation=ItemLookup&
ItemId=0545010225&
IdType=ASIN&
ResponseGroup=ListmaniaLists&
Version=2007-07-16The following response snippet shows the elements returned by ListmaniaLists.
<ListmaniaLists>
<ListmaniaList>
<ListId>R1XB8VAK6TI229</ListId>
<ListName>Mike's Dumb List</ListName>
</ListmaniaList>
<ListmaniaList>
<ListId>R3CUSEGGBUKJLW</ListId>
<ListName>Books I'll Read This Summer</ListName>
</ListmaniaList>
<ListmaniaList>
<ListId>R1Q5BYVOO4O8ON</ListId>
<ListName>My Reading Wish List</ListName>
</ListmaniaList>
<ListmaniaList>
<ListId>R2NXJWCXMW9AL</ListId>
<ListName>Some Really GREAT Books</ListName>
</ListmaniaList>
...
</ListmaniaLists>