Skip to main content

group_items

Overview

Namegroup_items
TypeResource
Idyoutube.youtubeAnalytics.group_items

Fields

NameDatatypeDescription
idstringThe ID that YouTube uses to uniquely identify the channel, video, playlist, or asset resource that is included in the group. Note that this ID refers specifically to the inclusion of that resource in a particular group and is different than the channel ID, video ID, playlist ID, or asset ID that uniquely identifies the resource itself. The resource.id property's value specifies the unique channel, video, playlist, or asset ID.
resourceobject
errorsobjectRequest Error information. The presence of an error field signals that the operation has failed.
etagstringThe Etag of this resource.
groupIdstringThe ID that YouTube uses to uniquely identify the group that contains the item.
kindstringIdentifies the API resource's type. The value will be youtube#groupItem.

Methods

NameAccessible byRequired ParamsDescription
groupItems_listSELECTReturns a collection of group items that match the API request parameters.
groupItems_deleteDELETERemoves an item from a group.
groupItems_insertEXECCreates a group item.