Folders
List Root Folder Contents
Retrieves basic information about the contents of the root folder. Results are paginated.
get/v1/folders/root/contents
Response
OK with an array of Folder Content Resources containing information about the contents of the requested folder.
Example response
[
{
"type": "document",
"name": "Folder Name",
"product": "lucidchart"
}
]