Get

Retrieves a specific template by its id

2 variables
6 variables

Retrieves a specific template by its id

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • Manage your Fusion Tables
  • View your Fusion Tables

Input

This building block consumes 2 input parameters

  = Parameter name
  = Format

tableId STRING Required

Table to which the template belongs

templateId INTEGER Required

Identifier for the template that is being requested

Output

This building block provides 6 output parameters

  = Parameter name
  = Format

automaticColumnNames[] STRING

body STRING

Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified

kind STRING

The kind of item this is. For a template, this is always fusiontables#template

name STRING

Optional name assigned to a template

tableId STRING

Identifier for the table for which the template is defined

templateId INTEGER

Identifier for the template, unique within the context of a particular table