The ListInfo response group provides descriptive information about a list. ListInfo is a parent response group that returns the results of the ListMinimum response group along with :
List creator
List creation date
List type (WishList, BabyRegistry, etc.)
Date when the list was last modified
For more information about the ListMinimum response group, see its section.
The ListInfo response group is suited for creating a subset of the list information returned by ListFull.
The following table describes the elements returned by ListInfo.
ListInfo 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 ListInfo.
The following request was used to illustrate the XML response elements returned by ListInfo.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ListSearch&
ListType=WishList&
Name=John%20Smith&
ResponseGroup=ListInfo&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The following response snippet shows the elements returned by ListInfo.
<List> <ListId>26ZZZIYUFBASY</ListId> <ListURL>http://www.amazon.com/gp/registry/26ZZZIYUFBASY</ListURL> <ListName>New Wish List</ListName> <ListType>WishList</ListType> <TotalItems>1</TotalItems> <TotalPages>1</TotalPages> <DateCreated>2006-04-13</DateCreated> <CustomerName>john smith</CustomerName> </List>