Skip to main content

groups

Overview

Namegroups
TypeResource
Idyoutube.youtubeAnalytics.groups

Fields

NameDatatypeDescription
idstringThe ID that YouTube uses to uniquely identify the group.
kindstringIdentifies the API resource's type. The value will be youtube#group.
snippetobjectA group snippet.
contentDetailsobjectA group's content details.
errorsobjectRequest Error information. The presence of an error field signals that the operation has failed.
etagstringThe Etag of this resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs.
insertINSERTCreates a group.
deleteDELETEDeletes a group.
updateEXECModifies a group. For example, you could change a group's title.