"Join" Objects through Webservices
I'm trying to find a fast way to join objects through webservices.
What do I need?
-An extract of the recipients from a campaign joined with contacts
What do I have?
-I have an extract of the recipients of the campaign...
What's left?
-No I have the ID's of the contacts and I could get the information of the contacts 1 by 1. This means if I have 100 recipients, that I have 101 webservice calls.
My question?
Is there a way to get all the contacts with 1 webservice call, containg the needed info from recipients?
0