Bảng dưới đây trình bày các trường hợp sử dụng phổ biến cho phương thức này. Bạn có thể nhấp vào tên trường hợp sử dụng để tải các giá trị tham số mẫu trong APIs Explorer. Ngoài ra, bạn có thể xem mã mẫu cho một trường hợp sử dụng trong Trình khám phá API toàn màn hình bằng cách nhấp vào biểu tượng mã bên dưới tên trường hợp sử dụng. Trong giao diện người dùng toàn màn hình, bạn có thể cập nhật các giá trị tham số và thuộc tính. Mã mẫu sẽ tự động cập nhật để phản ánh các giá trị mà bạn nhập.

Use cases
list (by channel ID)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (by channel ID)' example for the channelSections.list method.
This example retrieves the channel sections shown on the Google Developers channel, using the channelId request parameter to identify the channel.
list (my channel)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (my channel)' example for the channelSections.list method.
This example retrieves the channel sections shown on the authorized user's channel. It uses the mine request parameter to indicate that the API should return channel sections on that channel.