নীচের টেবিলটি এই পদ্ধতির জন্য সাধারণ ব্যবহারের ক্ষেত্রে দেখায়। আপনি APIs এক্সপ্লোরারে নমুনা প্যারামিটার মান লোড করতে একটি ব্যবহারের ক্ষেত্রের নামের উপর ক্লিক করতে পারেন। অথবা আপনি একটি ব্যবহারের ক্ষেত্রের নামের নীচে কোড আইকনে ক্লিক করে পূর্ণস্ক্রীন APIs এক্সপ্লোরারে একটি ব্যবহারের ক্ষেত্রে কোড নমুনা দেখতে পারেন৷ ফুলস্ক্রিন UI-তে, আপনি প্যারামিটার এবং সম্পত্তির মান আপডেট করতে পারেন এবং কোড নমুনাগুলি আপনার প্রবেশ করা মানগুলিকে প্রতিফলিত করতে গতিশীলভাবে আপডেট হবে।

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.