Video API, gRPC: PlaylistService
Статья создана
Обновлена 8 августа 2025 г.
Playlist management service.
Provides methods for creating, retrieving, updating, and deleting playlists,
which are collections of videos or episodes that can be played sequentially.
Methods
|
Method |
Description |
|
Retrieves detailed information about a specific playlist by its ID. |
|
|
Lists all playlists in a specific channel with pagination support. |
|
|
Creates a new playlist in the specified channel with the provided items. |
|
|
Updates an existing playlist's metadata and items. |
|
|
Deletes a specific playlist by its ID. |
|
|
Deletes multiple playlists in a specific channel in a single request. |
|
|
Generates a player URL for watching the playlist. |