Folders
List Folder Contents
Retrieves basic information about the contents of a given folder. Results are paginated.
get/v1/folders/{id}/contents
Path parameters
ID of the folder or root to retrieve contents of the authenticated user's root directory ("My Documents").
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"
}
]