REST Resource: spreadsheetTemplate
Stay organized with collections
Save and categorize content based on your preferences.
Resource: SpreadsheetTemplate
This resource represents a spreadsheet template for a content owner.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpreadsheetTemplate\u003c/code\u003e resource represents a spreadsheet template, containing details like status, type, name, and content.\u003c/p\u003e\n"],["\u003cp\u003eA JSON representation outlines the structure of this resource with fields for status, template type, name, content, and kind.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a list of spreadsheet templates for a content owner using the available \u003ccode\u003elist\u003c/code\u003e method.\u003c/p\u003e\n"]]],["The provided information describes a `SpreadsheetTemplate` resource used by content owners. Its JSON structure includes `status`, `templateType`, `templateName`, `templateContent`, and `kind`. The `kind` field specifies the resource type as `youtubePartner#spreadsheetTemplate`. Key actions include defining and storing spreadsheet templates, and a list method allows retrieving multiple templates for a content owner via the `list` endpoint.\n"],null,["# REST Resource: spreadsheetTemplate\n\n- [Resource: SpreadsheetTemplate](#SpreadsheetTemplate)\n - [JSON representation](#SpreadsheetTemplate.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SpreadsheetTemplate\n-----------------------------\n\nThis resource represents a spreadsheet template for a content owner.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"status\": string, \"templateType\": string, \"templateName\": string, \"templateContent\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `status` | `string` The template status. |\n| `templateType` | `string` The template type. |\n| `templateName` | `string` The template name. |\n| `templateContent` | `string` The template content. |\n| `kind` | `string` The type of the API resource. For spreadsheet template resources, the value is `youtubePartner#spreadsheetTemplate`. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------|----------------------------------------------------------------|\n| ### [list](/youtube/partner/reference/rest/v1/spreadsheetTemplate/list) | Retrieves a list of spreadsheet templates for a content owner. |"]]