I am getting a error when I am trying to retrieve all changes made to contacts entity using Web API as below.
https://<organisation>.dynamics.com/api/data/v8.2/RetrieveEntityChanges(EntityName=@p1)?@p1='Contacts'
But I am always getting the below error.
Resource not found for the segment 'RetrieveEntityChanges'.
I have tried words 'contact', 'contacts', 'Contact' & 'Contacts'.
No luck.
Any help would be greatly appreciated.
*This post is locked for comments