Hello,
I'm relatively new to the Marketing platform that one of our clients has recently started using.
Now, a task has arisen, where I need to find all contacts that have "Insights" on them. As I have understood it, all of these contacts have been created because they have visited and responded to some marketing form.
I would like to do this retrieval by using C# late bound classes preferably, or by calling the webapi if necessary.
So far I've found an attribute on the contact entity called "msdyncrm_insights_placeholder" but it seems to be empty on all contacts even though there should be about 77 contacts that have "insights" data. So maybe I'm just looking in the wrong place.
So, if anyone knows how to get this data any hints would be appreciated.