Skip to main content

REST routes

DELETE /filesDeletes data on files
GET /filesGets files data and returns a JSON array with this data
GET /files/{id}Gets files data from a specified folder and returns a JSON array with this data
GET /infoGets data on the drive space and returns a JSON object with this data
GET /info/{id}Gets the size of a folder and the number of items in it
POST /files/{id}Creates a new file
POST /upload/{id}Uploads a new file
PUT /files/{id}Updates the name of a file and returns a JSON object with the result data
PUT /filesMoves or copies a single or multiple files to a specified location