On sending get request with following:
https://<ms account url>/api/data/v8.2/RetrieveAllEntities(EntityFilters=@p1,RetrieveAsIfPublished=@p2)?@p1=Microsoft.Dynamics.CRM.EntityFilters.'Entity'&@p2=true
Following error is received:
The HTTP query returned a 'Not Found' type error (404)
Unable to get list of remote tables. Cause: 'Resource not found for the segment 'RetrieveAllEntities'.'.
This works fine if I use v9.0 for the get call instead of 8.2
Is there a deprecation of this api for v8.2 or some other thing to be sent in request path?