- Print
- DarkLight
- PDF
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Request body for adding folder with parentfolderId, name and order.
{
"title": "Title",
"parent_folder_id": "d8b65d24-ce62-407a-8463-846efc8eee93",
"user_id": "ffb65d24-ce62-407a-84d-8dfdfefc8eee93",
"order": 1
}
The title of the folder
The parent media folder ID
The ID of the user
The order of the folder
Request body for adding folder with parentfolderId, name and order.
{
"title": "Title",
"parent_folder_id": "d8b65d24-ce62-407a-8463-846efc8eee93",
"user_id": "ffb65d24-ce62-407a-84d-8dfdfefc8eee93",
"order": 1
}
The title of the folder
The parent media folder ID
The ID of the user
The order of the folder
Request body for adding folder with parentfolderId, name and order.
{
"title": "Title",
"parent_folder_id": "d8b65d24-ce62-407a-8463-846efc8eee93",
"user_id": "ffb65d24-ce62-407a-84d-8dfdfefc8eee93",
"order": 1
}
The title of the folder
The parent media folder ID
The ID of the user
The order of the folder
Request body for adding folder with parentfolderId, name and order.
{
"title": "Title",
"parent_folder_id": "d8b65d24-ce62-407a-8463-846efc8eee93",
"user_id": "ffb65d24-ce62-407a-84d-8dfdfefc8eee93",
"order": 1
}
The title of the folder
The parent media folder ID
The ID of the user
The order of the folder
Success
The folder has been created successfully.
{
"data": {
"media_folder_id": "d79c041c-0f94-4b04-a8b6-a14bb1995eca",
"media_folder_title": "Folder Title",
"order": 1,
"icon": null,
"updated_on": "2024-05-23T02:28:57Z",
"folder_color": null,
"is_starred": true,
"updated_by": "fdsc041c-0f94-4b04-a8b6-a14bb1995eca",
"parent_media_folder_id": null
},
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
The folder ID
The folder title
The folder order
The folder icon
The date the file was modified
The folder color
This denotes the file is starred or not
The ID of the user who uploaded the folder
The parent folder ID
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
status description for customer Api response information
Bad Request
Kindly check your folder credentials and perform the task again.
{
"extension_data": null,
"success": false,
"errors": [],
"warnings": [],
"information": []
}
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
status description for customer Api response information