Retrieves a list of the content owner's saved policies.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/policies
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
id |
The |
onBehalfOfContentOwner |
The |
sort |
The |
Request body
The request body must be empty.
Response body
A list of policies returned in response to a policies.list
call.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
The type of the API response. For this operation, the value is |
items[] |
A list of saved policies. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.
Sort
Supported sorting orders.
Enums | |
---|---|
SORT_UNSPECIFIED |
Default value. |
TIME_UPDATED_ASC |
Sort by the update time ascending. |
TIME_UPDATED_DESC |
Sort by the update time descending. |