ChannelSections: list

Returns a list of channelSection resources that match the API request criteria.

Quota impact: A call to this method has a quota cost of 1 unit.

Common use cases

Request

HTTP request

GET https://www.googleapis.com/youtube/v3/channelSections

Parameters

The following table lists the parameters that this query supports. All of the parameters listed are query parameters.

Request body

Do not provide a request body when calling this method.

Response

If successful, this method returns a response body with the following structure:

{
  "kind": "youtube#channelSectionListResponse",
  "etag": etag,
  "items": [
    channelSection Resource
  ]
}

Properties

The following table defines the properties that appear in this resource:

Properties
kind string
Identifies the API resource's type. The value will be youtube#channelSectionListResponse.
etag etag
The Etag of this resource.
items[] list
A list of ChannelSections that match the request criteria.

Errors

The following table identifies error messages that the API could return in response to a call to this method. Please see the error message documentation for more detail.

Try it!

Use the APIs Explorer to call this API and see the API request and response.