Page Summary
-
The
SpreadsheetTemplateresource represents a spreadsheet template, containing details like status, type, name, and content. -
A JSON representation outlines the structure of this resource with fields for status, template type, name, content, and kind.
-
You can retrieve a list of spreadsheet templates for a content owner using the available
listmethod.
Resource: SpreadsheetTemplate
This resource represents a spreadsheet template for a content owner.
| JSON representation |
|---|
{ "status" : string , "templateType" : string , "templateName" : string , "templateContent" : string , "kind" : string } |
| Fields | |
|---|---|
status
|
The template status. |
templateType
|
The template type. |
templateName
|
The template name. |
templateContent
|
The template content. |
kind
|
The type of the API resource. For spreadsheet template resources, the value is |
Methods |
|
|---|---|
|
Retrieves a list of spreadsheet templates for a content owner. |

