TaggedListmaniaLists Response Group
The TaggedListmaniaLists response group returns all Listmania lists labeled by a specified tag. For more information about tags, see Tags.
In the tag-related response groups, Tags and TagSummary specify the amount of information returned. The other tag-related response groups, TaggedGuides, TaggedItems, and TaggedListmaniaLists, specify the kind of entity tagged.
Relevant Operations
Operations that can use this response group include:
Response Elements
The following table describes the elements returned by TaggedListmaniaLists.
TaggedListmaniaLists 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 TaggedListmaniaLists.
-
None
Child Response Group
The following response groups are child response groups of TaggedListmaniaLists.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by TaggedListmaniaLists.
http://ecs.amazonaws.com/onca/xml ?Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]
& AssociateTag=[Associate Tag]
& Operation=TagLookup& ItemId=0545010225& ResponseGroup=TaggedListmaniaLists& Marketplace=us& Version=2008-08-19& TagName=japan
Sample Response Snippet
The following response snippet shows the elements returned by TaggedListmaniaLists.
<Tags> <Tag> <Name>japan</Name> <TagType>ListmaniaLists</TagType> <TotalUsages>39</TotalUsages> <TaggedListmaniaLists> <List> <ListId>15HSHKBGFT9PR</ListId> </List> <DistinctUsers>1</DistinctUsers> <TotalUsages>1</TotalUsages> <FirstTagging> <UserId>AKYNIMNI8LOBP</UserId> <Time>2007 01 01 16:16:54</Time> </FirstTagging> <LastTagging> <UserId>AKYNIMNI8LOBP</UserId> <Time>2007 01 01 16:16:54</Time> </LastTagging> </TaggedListmaniaLists> <TaggedListmaniaLists> <List> <ListId>1H6IBS7W62367</ListId> </List> <DistinctUsers>1</DistinctUsers> <TotalUsages>1</TotalUsages> <FirstTagging> <UserId>A3F9988KGE684U</UserId> <Time>2007 03 29 17:03:33</Time> </FirstTagging> <LastTagging> <UserId>A3F9988KGE684U</UserId> <Time>2007 03 29 17:03:33</Time> </LastTagging> </TaggedListmaniaLists> </Tag> </Tags>