Possible bug: When making an API call to /lists/{listid}/contacts, the API returns all contacts in that mailing list. When iterating through the contacts returned, the "lists" array for each contact only shows the list that I asked for...not ALL lists that the contact is subscribed to. It seems like all of the lists should be there for each contact; otherwise I would have to call /contacts/{contactid} for every one of those contacts (which in my case is thousands) just to see all the lists they are on.
... View more