>> Some times when integrating with salesforce, we are unsure what is the current release of the org which we are trying to integrate.
>> Even after logging into the salesforce, we can only see the image of the current release and version number but in none of the places, we can see whether it is winter, spring or summer release.
>> To get the information, login into the workbench and execute the below URL to get the releases data, the last record is the current version/release of your instance. From the below picture, you can identify the current release of my org is Winter 20
/services/data/
If you wish to get the same information in the any other integration system to check if there is any release that took place recently, use the below URL after getting access token/session Id.
It also provides the latest version/release of the organization which you are trying to hit.
Note: Salesforce runs on multiple server instances. The examples in this guide use yourInstance in place of a specific instance. Replace that text with the instance for your org
Note: Salesforce runs on multiple server instances. The examples in this guide use yourInstance in place of a specific instance. Replace that text with the instance for your org