Daftar di bawah menunjukkan kasus penggunaan umum untuk metode ini. Arahkan kursor ke kasus penggunaan untuk melihat deskripsinya, atau klik kasus penggunaan untuk memuat nilai parameter contoh di APIs Explorer. Anda dapat membuka Penjelajah API layar penuh untuk melihat contoh kode yang diperbarui secara dinamis untuk mencerminkan nilai parameter yang dimasukkan di Explorer.
Tabel di bawah menunjukkan kasus penggunaan umum untuk metode ini. Anda dapat mengklik nama kasus penggunaan untuk memuat nilai parameter contoh di APIs Explorer. Atau, Anda dapat melihat contoh kode untuk kasus penggunaan di APIs Explorer layar penuh dengan mengklik ikon kode di bawah nama kasus penggunaan. Di UI layar penuh, Anda dapat memperbarui nilai parameter dan properti, serta contoh kode akan diperbarui secara dinamis untuk mencerminkan nilai yang Anda masukkan.
Metode ini memiliki satu kasus penggunaan umum, yang dijelaskan di bawah ini. Tombol di bawah deskripsi mengisi APIs Explorer dengan nilai contoh atau membuka APIs Explorer layar penuh untuk menampilkan contoh kode yang menggunakan nilai tersebut. Contoh kode juga diperbarui secara dinamis jika Anda mengubah nilainya.
Use cases | |
---|---|
list (by keyword) | This example retrieves the first 25 search results associated with the keyword surfing. By default, the type parameter does not specify a value, which means the response could include videos, playlists, and channels. |
list (by location) | This example retrieves search results associated with the keyword surfing that also specify in their metadata a geographic location within 10 miles of the point identified by the location parameter value. (The sample request specifies a point on the North Shore of Oahu, Hawaii . The request retrieves the top five results, which is the default number returned when the maxResults parameter is not specified. |
list (live events) | This example retrieves a list of active live broadcasts (see the eventType parameter value) that are associated with the keyword news. Since the eventType parameter is set, the request must also set the type parameter value to video . |
list (my videos) | This example searches within the authorized user's videos for videos that match the keyword fun. The forMine parameter indicates that the response should only search within the authorized user's videos. Also, since this request uses the forMine parameter, it must also set the type parameter value to video .If you have not uploaded any videos associated with that term, you will not see any items in the API response list. |