Video API, gRPC: EpisodeService.GetManifests
Written by
Updated at November 26, 2024
Returns manifest urls.
gRPC request
rpc GetManifests (GetEpisodeManifestsRequest) returns (GetEpisodeManifestsResponse)
GetEpisodeManifestsRequest
{
"episode_id": "string"
}
Field |
Description |
episode_id |
string Required field. ID of the episode. |
GetEpisodeManifestsResponse
{
"manifests": [
{
"url": "string",
"type": "ManifestType"
}
]
}
Field |
Description |
manifests[] |
Manifest
Field |
Description |
url |
string |
type |
enum ManifestType
|