I'm using the PHP library for the ExactTarget API.
I want to pull a subscriber and the subscriber's lists in one API call. Is it possible? What are the allowances and limitations of retrieve. Thanks!
Attribution to: Axiom
Possible Suggestion/Solution #1
That is not possible. The RetrieveRequest in SOAP only supports a single object. It would need to be two requests, one for the Subscriber object, then another for the ListSubscriber object to find the lists they are on.
Attribution to: Mac
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/31086