Files
Retrieves specific folder by using a unique folder ID
By passing in the appropriate ID, you can search for specific folder
get/Folders/{FolderId}
Path parameters
FolderIdstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
Folder id for single object
Response
search results matching criteria
Example response
{
"Name": "assets",
"FileCount": 5,
"Email": "foo@bar.com",
"IsInbox": true,
"Id": "4ff1e5cc-9835-40d5-bb18-09fdb118db9c"
}