This document is generated by Aladia.
spaceId
: Space Id from which the list of folders will be returnedsubfolders
in the data property aswell as the cursor pagination.curl --location --request GET 'https://api.aladia.io/v2/spaces/6641d48fcdfefc4c30828193/folders/?limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
{
"cursor": {
"next": "6656da973c9924e4dcc7f7ce",
"prev": null,
"totalItems": 3
},
"data": [
{
"subFolders": [],
"id": "6656da973c9924e4dcc7f7ce",
"name": "Vue.js courses",
"parent": "6655b3f156af8d342897a004",
"items": 0,
"columns": []
}
]
}