The ListMinimum response group returns, for each list in the response, the list's ID, list name, number of items on the list, the number of pages of list items. There are ten list items per page.
The following table describes the elements returned by ListMinimum.
ListMinimum 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 ListMinimum.
None
The following response groups are child response groups of ListMinimum.
None
The following request was used to illustrate the XML response elements returned by ListMinimum.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ListSearch&
ListType=WishList&
Name=John%20Smith&
ResponseGroup=ListMinimum&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by ListMinimum.
<TotalResults>557</TotalResults> <TotalPages>56</TotalPages> <List> <ListId>2AAAAAAAAAA6B</ListId> <ListName>Wishlist</ListName> <TotalItems>73</TotalItems> <TotalPages>8</TotalPages> </List> <List> <ListId>OBBBBBBBBBM2</ListId> <ListName>Wishlist</ListName> <TotalItems>30</TotalItems> <TotalPages>3</TotalPages> </List> <List> <ListId>HCCCCCCCCCAX</ListId> <ListName>Wishlist</ListName> <TotalItems>122</TotalItems> <TotalPages>13</TotalPages> </List> <List> <ListId>3DDDDDDDDDDD4</ListId> <ListName>Wishlist</ListName> <TotalItems>33</TotalItems> <TotalPages>4</TotalPages> </List>