Files
Retrieves folders
By passing in the appropriate options, you can search for available folders
get/Folders
Query parameters
sort'Name' | 'Size' | 'CreatedDateUTC'
Example:CreatedDateUTC DESC
values to sort by
Response
search results matching criteria
Example response
[
{
"Name": "assets",
"FileCount": 5,
"Email": "foo@bar.com",
"IsInbox": true,
"Id": "4ff1e5cc-9835-40d5-bb18-09fdb118db9c"
}
]