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 informtion returned. The other tag-related response groups, TaggedGuides, TaggedItems, and TaggedListmaniaLists, specify the kind of entity tagged.
Operations that can use this response group include:
The following table describes the elements returned by TaggedListmaniaLists. 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.
TaggedListmaniaLists 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 TaggedListmaniaLists.
None
The following response groups are child response groups of TaggedListmaniaLists.
None
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-04-07& TagName=japan
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>