Hello,
I am trying to retrieve the data using virtual entity, but it is not working.
Initially i had tried using a test api : http://api.purdue.io/odata/ and created all the entity mappings and it worked fine and was able to retrieve all the data.
Now i am trying to access the data from the Dynamics 365 instance (Account Entity) data into my virtual entity.
So i am using the below instance url which gives me the odata.context in my configuration
https://test.api.crm8.dynamics.com/api/data/v9.1/
After that i had created the virtual entity as below with the Account mapping :
Following this, i had created the field mapping in which i mapped the accountid(Primary key) and name(String).
When i try to access, i get the below error:
Could anyone guide me regarding the same. Also let me know if i have to pass any credentials while accessing this as the parameter.
Thanks,
Greesh