Get
|
|||||
|
|
Gets a version of a script project
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Create and update Google Apps Script projects
- View Google Apps Script projects
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
scriptId Required |
STRING |
The script project's Drive ID |
versionNumber Required |
INTEGER |
The version number |
= Parameter name
= Format
scriptId STRING Required The script project's Drive ID |
versionNumber INTEGER Required The version number |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
description |
STRING |
The description for this version |
versionNumber |
INTEGER |
The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created |
scriptId |
STRING |
The script project's Drive ID |
createTime |
ANY |
When the version was created |
= Parameter name
= Format
description STRING The description for this version |
versionNumber INTEGER The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created |
scriptId STRING The script project's Drive ID |
createTime ANY When the version was created |