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)}