tags:

views:

106

answers:

1

I am able to get a list of Campaigns and filter on those to get only the campaigns I want.

How do I get a list of Contacts for 1 specific campaign?

I have the web service classes in my project but can't see any way of relating to the Child objects of the Campaign object.

Documentation is awful, none of the examples had working code and they needed amending in order to work.

A: 

Answer is don't use v2 of the API - use v1 instead which means no strongly typed objects etc but it's the only way to do it

Graeme