File Management
List files in a folder path
Query Parameters
id?string
Base64url encoded path to the folder to list files from. If not provided, the root folder is used.
Response Body
application/json
application/json
curl -X GET "https://your.server.net/otto/api/files"{
"response": {},
"messages": [
{
"code": 0,
"text": "ok"
}
]
}{
"response": {},
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
]
}