获取频道列表¶
GET /api/v1/channel/quick_list
概述¶
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/channel/quick_list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed
响应¶
{
"code": 200,
"content": [
{
"createAt": 1680767371,
"creator": "acnt_xxxx32",
"deleteAt": 1680767373,
"description": "频道的描述信息,外加随机数: `20230406T1549314fPYn0`",
"id": 38,
"name": "test频道_20230406T1549314fPYn0",
"notifyTarget": [],
"status": 0,
"subscribeType": "",
"updateAt": 1681357025,
"updator": "acnt_xxxx32",
"uuid": "chan_xxxx32",
"workspaceUUID": "wksp_xxxx32"
}
],
"errorCode": "",
"message": "",
"success": true,
"traceId": "9262677406670495822"
}