Version
The Version object is a JSON-formatted object containing context information about the version of Salesforce running on the server.
| 項目 | 説明 |
|---|---|
| api | サーバの API バージョン。 |
| season | サーバで実行されているリリースの季節。 |
The following code snippet shows an example of the Version object.
1"version":
2{
3 "api": "50.0",
4 "season": "WINTER"
5}