Page Summary
-
This API endpoint retrieves a list of spreadsheet templates for a specified content owner via a GET request to
https://youtubepartner.googleapis.com/youtube/partner/v1/spreadsheetTemplate. -
The API request supports optional query parameters,
localeto specify the language andonBehalfOfContentOwnerto identify the content owner, and the request body should be empty. -
The successful response body will be in JSON format with fields including
status,kindwhich isyoutubePartner#spreadsheetTemplateList, and anitemsarray containing the spreadsheet templates. -
Authorization to use this API requires the
https://www.googleapis.com/auth/youtubepartnerOAuth scope.
Retrieves a list of spreadsheet templates for a content owner.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/spreadsheetTemplate
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
locale
|
The |
onBehalfOfContentOwner
|
The |
Request body
The request body must be empty.
Response body
A list of spreadsheet templates associated with a content owner.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"status"
:
string
,
"kind"
:
string
,
"items"
:
[
{
object (
|
| Fields | |
|---|---|
status
|
The status of the API response. |
kind
|
The type of the API response. For this operation, the value is |
items[]
|
A list of spreadsheet templates ( |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview .

