script_projects_get_content
Retrieve the content of a Google Apps Script project by specifying its script ID, version number, and other optional fields to customize the response format.
Instructions
Get the content of a Google Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | No | OAuth access token. | |
alt | No | Data format for response. | |
fields | No | Selector specifying which fields to include in a partial response. | |
key | No | API key for the project. | |
prettyPrint | No | Returns response with indentations and line breaks. | |
scriptId | Yes | The ID of the script project to retrieve content for. | |
versionNumber | No | The version number of the script project. |