Hello,
I have already asked this query and had a helpful response - but when I odata query either the contactset or the listset (in conjunction with the listcontact_association relationship) I only get static lists back - not dynamic lists.
I have a contact "Test Surname1" who is on both static and dynamic marketing lists
My syntax is OrganizationData.svc/ContactSet?$select=ContactId,FirstName,FullName,LastName,listcontact_association/ListId,listcontact_association/Type,listcontact_association/ListName&$expand=listcontact_association&$filter=FullName eq 'Test Surname1'
However, this only brings back the static (listcontact_association/Type=false) and not the dynamic (Type=true) marketing lists which contain Test Surname1. Does anyone know how to query the membership of dynamic lists?
Many thanks.