ListmaniaLists Response Group

The ListmaniaLists response group returns the Listmania list IDs and names of those lists that items, in the response, belong to.

Relevant Operations

Operations that can use this response group include:

  • ItemLookup

  • ItemSearch

  • ListLookup

  • SimilarityLookup

Response Elements

The following table describes the elements returned by ListmaniaLists.

ListmaniaLists also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.

Parent Response Group

The following response groups are parent response groups of ListmaniaLists.

  • None

Child Response Group

The following response groups are child response groups of ListmaniaLists.

  • None

Sample REST Use Case

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=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The 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>