- 开发指南
- 鉴权模块(新)
- 线索
- 标签
- 分组
- 公司
- 扩展对象(业务机会等)
- 表结构
- 潜在客户
- 行为(新)
- 应用中心
- 系统管理
- 资料下载
- 会议管理
- 内容中心
- 会员管理
- 企业微信
- 其他
- 自动化工作流
获取内容分类
POST
/cms/open-api/get-content-type
最后修改时间:2025-06-20 08:12:21
请求参数
Query 参数
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://openapi.beschannels.com/cms/open-api/get-content-type?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHN_67Z5EZskh4YMcymD5enS4GGjWpOERwQtug3Y4AGwvbvLB_A3TwKBpb_J4z0MUm6oaNQmqA-3Ef9Q-PHbVPk3'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {4}]
必需
id
integer
id
name
string
名称
pid
integer
父id
children
array [object {4}]
子节点
示例
{
"code": 0,
"msg": "成功",
"data": [
{
"id": 1274,
"name": "AA",
"pid": 0,
"children": [
{
"id": 1277,
"name": "A1",
"pid": 1274,
"children": [
{
"id": 1282,
"name": "A2",
"pid": 1277
},
{
"id": 1283,
"name": "A3",
"pid": 1277
}
]
},
{
"id": 1284,
"name": "A4",
"pid": 1274
}
]
},
{
"id": 1275,
"name": "B",
"pid": 0,
"children": [
{
"id": 1276,
"name": "B1",
"pid": 1275,
"children": [
{
"id": 1286,
"name": "B01",
"pid": 1276
},
{
"id": 1287,
"name": "B02",
"pid": 1276
},
{
"id": 1288,
"name": "B03",
"pid": 1276
},
{
"id": 1289,
"name": "B04",
"pid": 1276
}
]
},
{
"id": 1285,
"name": "B2",
"pid": 1275
}
]
},
{
"id": 1278,
"name": "sap",
"pid": 0,
"children": [
{
"id": 1279,
"name": "高科技",
"pid": 1278
}
]
},
{
"id": 1290,
"name": "市场活动",
"pid": 0,
"children": [
{
"id": 1291,
"name": "内容营销",
"pid": 1290,
"children": [
{
"id": 1297,
"name": "对外推广",
"pid": 1291
},
{
"id": 1298,
"name": "内部活动",
"pid": 1291
}
]
},
{
"id": 1292,
"name": "活动DB",
"pid": 1290,
"children": [
{
"id": 1294,
"name": "西北活动DB",
"pid": 1292
},
{
"id": 1295,
"name": "华东活动BD",
"pid": 1292
},
{
"id": 1296,
"name": "华南DB",
"pid": 1292
}
]
},
{
"id": 1293,
"name": "活动DK",
"pid": 1290
}
]
}
]
}
🟢200成功
修改于 2025-06-20 08:12:21