List
|
|||||
|
|
Returns a list of abuse reasons that can be used for reporting abusive videos
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your YouTube account
- See, edit, and permanently delete your YouTube videos, ratings, comments and captions
- View your YouTube account
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
part Required |
STRING |
The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet |
hl |
STRING |
The hl parameter specifies the language that should be used for text values in the API response |
= Parameter name
= Format
part STRING Required The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet |
hl STRING The hl parameter specifies the language that should be used for text values in the API response |
Output
This building block provides 11 output parameters
Name | Format | Description |
---|---|---|
etag |
STRING |
Etag of this resource |
eventId |
STRING |
Serialized EventId of the request which produced this response |
items[] |
OBJECT |
A videoAbuseReportReason resource identifies a reason that a video could be reported as abusive. Video abuse report reasons are used with video.ReportAbuse |
items[].etag |
STRING |
Etag of this resource |
items[].id |
STRING |
The ID of this abuse report reason |
items[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "youtube#videoAbuseReportReason" |
items[].snippet |
OBJECT |
Basic details about a video category, such as its localized title |
items[].snippet.label |
STRING |
The localized label belonging to this abuse report reason |
items[].snippet.secondaryReasons[] |
OBJECT |
|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "youtube#videoAbuseReportReasonListResponse" |
visitorId |
STRING |
The visitorId identifies the visitor |
= Parameter name
= Format
etag STRING Etag of this resource |
eventId STRING Serialized EventId of the request which produced this response |
items[] OBJECT A videoAbuseReportReason resource identifies a reason that a video could be reported as abusive. Video abuse report reasons are used with video.ReportAbuse |
items[].etag STRING Etag of this resource |
items[].id STRING The ID of this abuse report reason |
items[].kind STRING Identifies what kind of resource this is. Value: the fixed string "youtube#videoAbuseReportReason" |
items[].snippet OBJECT Basic details about a video category, such as its localized title |
items[].snippet.label STRING The localized label belonging to this abuse report reason |
items[].snippet.secondaryReasons[] OBJECT |
kind STRING Identifies what kind of resource this is. Value: the fixed string "youtube#videoAbuseReportReasonListResponse" |
visitorId STRING The visitorId identifies the visitor |