Working with XConnect Client API - Implementation - Part 2
In the previous blog , we discussed what is the xConnect Client API withpurpose and how we can start configuring a custom application to able to connect it. In this blog, I am going to show how we can extract the interactions and contacts using the same application. Recently, I came up with a requirement where I need to fetch the interactions from xDB for specific duration for some reporting purpose. Although we can access to those Shard database directly, BUT Sitecore best practises says we should always use xConnect Client API while dealing with xDB. To do so, we need to setup a independent application and can be hosted on IIS server which is authorized to connect to xConnect thru secure channel. Please note, you must have ssl certificate for your application in order to connect to xConnect API. Working with Interactions and Contacts I am assuming you have gone thru my previous blog , where we were able to connect to xConnect Client API. I will be co...