Video API, gRPC: ChannelService.Get
Written by
Updated at October 17, 2024
Returns the specific channel.
gRPC request
rpc Get (GetChannelRequest) returns (Channel)
GetChannelRequest
{
"channelId": "string"
}
Field |
Description |
channelId |
string ID of the channel. |
Channel
{
"id": "string",
"organizationId": "string",
"title": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"updatedAt": "google.protobuf.Timestamp",
"labels": "string"
}
Root entity for content separation.
Field |
Description |
id |
string ID of the channel. |
organizationId |
string ID of the organization where channel should be created. |
title |
string Channel title. |
description |
string Channel description. |
createdAt |
Time when channel was created. |
updatedAt |
Time of last channel update. |
labels |
string Custom labels as |