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

Use cases
list (by video ID)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (by video ID)' example for the commentThreads.list method.
This example retrieves all comment threads associated with a particular video. The request's videoId parameter identifies the video.
list (all threads related to channel ID)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (all threads related to channel ID)' example for the commentThreads.list method.
This example retrieves all comment threads associated with a particular channel. The request's allThreadsRelatedToChannelId parameter identifies the channel.