Folders
List App Folder Contents
Lists the contents of the OAuth2 client's app project folder for the authenticated user. The app project folder is automatically resolved from the OAuth2 client ID associated with the access token.
get/v1/folders/app/contents
Response
OK with an array of Folder Content Resources containing information about the contents of the app project folder.
Example response
[
{
"type": "document",
"name": "Folder Name",
"product": "lucidchart"
}
]