GET
Get folder
/folders/{folder_id}Returns details of a specific 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}" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200Folder details
Response Body
{
id:stringname:stringparent_id:string| nullcreated_at:string (date-time)}