树结构 - 当前空间的整棵树
GET
https://api.flashcat.cloud/api/v2/firemap/pool/tree
最后修改时间:2024-03-15 07:07:51
workspace:空间
business:业务线
card_group: 卡片分组
card:最底层的卡片
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/v2/firemap/pool/tree?workspace_id' \
--header 'FC-WORKSPACE-ID;'
响应示例响应示例
{
"request_id": "string",
"data": [
{
"id": 0,
"name": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string"
}
]
}
]
}
]
}
]
}
]
}
请求参数
Query 参数
workspace_id
string
可选
Header 参数
FC-WORKSPACE-ID
string
必需