Hello,
I am trying to isolate the contacts for each marketing list.
Using the Contact>List relationship "listcontact_association" I am able (using an odata query) to drill down into the contacts resultset for a given List. However, I am only able to do this for Static lists ("list type = 'false'") but not dynamic lists ("list type = 'true'"). When the list is dynamic I can query list attributes but the resultset for contacts is empty. Does anyone know how I can access dynamic list contacts? My syntax is
$select=ListId,ListName,listcontact_association/ContactId,listcontact_association/FullName&$expand=listcontact_association
As I say, it works for static but not dynamic lists.
Any help appreciated. Thanks.