I am using ruby on rails, and am able to get a list of all contacts and a list of all campaigns via the rest api, but I can’t seem to find away to associate one with the other. Is there a way to query all contacts based on a campaign ID?
For example, the URL might look something like this:
https://api.infusionsoft.com/crm/rest/v1/campaigns/1029/contacts?&access_token=XXXXXXX
Any help would be appreciated, please let me know if additional information or context is needed.
Thank-you in advance!