Hi,
As title, syntax is here
Xrm.WebApi.retrieveRecord(entityLogicalName, id, options).then(successCallback, errorCallback);
Thanks for any sharing.
Note:
I am not asking about the v8.2, so please do not give me example as
var req = new XMLHttpRequest();
req.open("GET", Xrm.Page.context.getClientUrl() + "/api/data/v8.2/xxx", false);
Regards,