script_projects_versions_get
Retrieve a specific version of a Google Apps Script project by providing the script ID and version number to access historical code states.
Instructions
Get a version of a Google Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script project. | |
| versionNumber | Yes | The version number of the script project. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| alt | No | Data format for response. | |
| key | No | API key for the project. | |
| access_token | No | OAuth access token. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. | |
| oauth_token | No | OAuth 2.0 token for the current user. | |
| callback | No | JSONP callback. | |
| prettyPrint | No | Returns response with indentations and line breaks. |