GET
获取文件夹树
/folders/tree以树状结构返回完整的文件夹层级。
代码示例
curl -X GET "https://api.qamaq.io/api/v1/folders/tree" \
-H "Authorization: Bearer qmq_your_api_key"响应
200Folder tree
Response Body
[
{
id:stringname:stringchildren:object[]}
]
/folders/tree以树状结构返回完整的文件夹层级。
curl -X GET "https://api.qamaq.io/api/v1/folders/tree" \
-H "Authorization: Bearer qmq_your_api_key"id:stringname:stringchildren:object[]