Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

ユーザーがログインすると発行されるsession_idをBearerトークンとして指定します

Path Parameters

channel_id
string
required

取得対象となるチャンネルのID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$

Response

チャンネル詳細を返却

チャンネル詳細

name
string
required

チャンネル名

Required string length: 1 - 200
channel_type
enum<string>
required

公開チャンネルか秘密チャンネルか

Available options:
Public,
Secret
is_archived
boolean
required
read-only

アーカイブ済みかどうか

created_at
string<date-time>
required
read-only

作成日時

updated_at
string<date-time>
required
read-only

更新日時

id
string

チャンネルID

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_-]+$
metadata
object | null

任意の追加メタデータ

latest_message
object

チャンネル内の最新メッセージ

unread_count
integer<int32>

チャンネル内の未読メッセージ数