This document is generated by Aladia.
columns
property respects the following format:{
"name": "Column name",
"visible": true
}
"Name", "Licenses", "Categories", "Type", "Status", "Language", "Visibility", "Teachers", "Attendants", "Time", "Payment Model", "Availability", "Total Price", "Subscription Fee", "Remaining amount", "Payment Frequency", "Numbers of Billings", "Single Billing Amount"
spaceId
: Space Id where the folder will be added toname
(required): Folder nameparent
(required): id from its parent foldercolumns
(optional): array of column
object which contain both name
and visible
propertyfolder
object with all their datacurl --location --request POST 'https://api.aladia.io/v2/spaces/661666becf024c47c39a2182/folders' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Vue.js courses",
"parent": "661666becf024c47c39a2183"
}'
{
"id": "661666becf024c47c39a2184",
"name": "Vue.js courses",
"parent": "661666becf024c47c39a2183",
"items": 0,
"columns": [],
"subfolders": []
}