Retrieve all files’ and folders’ information for the target location.
get/api/files/{target}
Query parameters
recursiveboolean
Headers
If-None-Matchstring
ETag
Response
OK
Example response
{
"files": [
{
"origin": "local",
"size": 873151
}
]
}