How to get which API version will be supported for rest calls to CRM account? I checked that RetrieveVersion() returns server version let say 9.1.0.16541, but does this mean we can send further get and post calls to CRM account with v9.1 API version:
For example:
https://<MS CRM url>/api/data/v9.1
here v9.1 is supported by my account but in general how to get this API_VERSION using get call from account?