I am trying to retrieve the type of entity that has been deleted using Dynamics 365 v8.2
I do this using this query: https://mycompany.crm2.dynamics.com/api/data/v8.2/audits(e96915b4-b49f-e811-811a-e0071b663ea1)/Microsoft.Dynamics.CRM.RetrieveAuditDetails()
I am getting this error: org.apache.olingo.client.api.communication.ODataClientErrorException: Request message has unresolved parameters. [HTTP/1.1 400 Bad Request]
What is interesting is that this function (RetrieveAuditDetails) is very similar to CalculateTotalTimeIncident function (both are bound, and are called the same way) . The later works fine, while the RetrieveAuditDetails throws that error.
Any advice would be welcome.
Am I doing something wrong? Or is it another way to get the entity type of the deleted entity from the audit table?
Thanks