Get

Gets a script project's metadata

1 variables
15 variables

Gets a script project's metadata

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 1 input parameters

  = Parameter name
  = Format

scriptId STRING Required

The script project's Drive ID

Output

This building block provides 15 output parameters

  = Parameter name
  = Format

scriptId STRING

The script project's Drive ID

title STRING

The title for the project

lastModifyUser OBJECT

A simple user profile resource

lastModifyUser.email STRING

The user's identifying email address

lastModifyUser.name STRING

The user's display name

lastModifyUser.domain STRING

The user's domain

lastModifyUser.photoUrl STRING

The user's photo

parentId STRING

The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be created

createTime ANY

When the script was created

updateTime ANY

When the script was last updated

creator OBJECT

A simple user profile resource

creator.email STRING

The user's identifying email address

creator.name STRING

The user's display name

creator.domain STRING

The user's domain

creator.photoUrl STRING

The user's photo