looking at what was returned, it doesn't look like it includes what lists the contact is subscribed to. Did I miss something? <?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <id>http://api.constantcontact.com/ws/customers/mdXXXX/contacts</id> <title type="text">Contacts for Customer: mdXXXX</title> <link href="contacts"></link> <link href="contacts" rel="self"></link> <author> <name>mdXXXX</name> </author> <updated>2011-10-06T21:50:36.227Z</updated> <link href="/ws/customers/XXXX/contacts" rel="first"></link> <link href="/ws/customers/XXXX/contacts?email=mattCCtest%40XXXX.com" rel="current"></link> <entry> <link href="/ws/customers/XXXXX/contacts/88887" rel="edit"></link> <id>http://api.constantcontact.com/ws/customers/mdXXXX/contacts/88887</id> <title type="text">Contact: mattcctest@XXXXcom</title> <updated>2011-10-06T21:50:36.336Z</updated> <author> <name>Constant Contact</name> </author> <content type="application/vnd.ctct+xml"> <Contact xmlns="http://ws.constantcontact.com/ns/1.0/" id="http://api.constantcontact.com/ws/customers/mdXXXX/contacts/88887"> <Status>Active</Status> <EmailAddress>mattcctest@XXXX.com</EmailAddress> <EmailType>HTML</EmailType> <Name></Name> <OptInTime>2011-10-06T21:00:40.267Z</OptInTime> <OptInSource>ACTION_BY_CONTACT</OptInSource> <Confirmed>true</Confirmed> <InsertTime>2011-10-06T21:00:40.267Z</InsertTime> </Contact> </content> </entry> </feed>
... View more