QamaqQamaq
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:string
name:string
parent_id:string| null
created_at:string (date-time)
}