QamaqQamaq
GET

フォルダーの子要素を取得

/folders/{folder_id}/children

フォルダーの直接の子要素(サブフォルダーとファイル)を返します。

パラメーター

パスパラメーター

名前タイプ説明
folder_id必須
string

The folder ID

コード例

curl -X GET "https://api.qamaq.io/api/v1/folders/{folder_id}/children" \
  -H "Authorization: Bearer qmq_your_api_key"

レスポンス

200Folder children

Response Body

{
folders:object[]
files:object[]
}