GET
Get folder children
/folders/{folder_id}/childrenReturns the immediate children (subfolders and files) of a folder.
Parameters
Path Parameters
| Name | Type | Description |
|---|---|---|
folder_idrequired | string | The folder ID |
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/folders/{folder_id}/children" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200Folder children
Response Body
{
folders:object[]files:object[]}