GET
获取文件夹
/folders/{folder_id}返回特定文件夹的详细信息。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
folder_id必填 | string | The folder ID |
代码示例
curl -X GET "https://api.qamaq.io/api/v1/folders/{folder_id}" \
-H "Authorization: Bearer qmq_your_api_key"响应
200Folder details
Response Body
{
id:stringname:stringparent_id:string| nullcreated_at:string (date-time)}