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.