Hi - my first time posting, so apologies if this is in the wrong forum!.
We are trying to connect to the Leads collection of Dynamics from a Data Virtualisation product. We are connecting through the OData connection, and are able to read data from collections such as accounts, opportunities, contacts etc. Yet when we try to connect to the Leads collection it returns no data.
We've been informed that we need to make two endpoint calls to the in order to return the data. So the first call would be https://mycompany.crm4.dynamics.com/api/data/v9.0/ and the second would be https://mycompany.crm4.dynamics.com/api/data/v9.0/leads . Can we do this in one call? so we can return the Leads collection data? or what does this call need to look like?