v1
latestOpenAPI 3.0.02026-08-04265791.1 MBFiles
Get
Get a file for the given id.
get/public/api/files/{id}
Path parameters
idstring required
The id of the file
Headers
Acceptstring
e.g. application/json
Response
OK
Example response
{
"file_id": "54ab03c6546847ee0d30087d",
"folder_id": "54ab03c6546847ee0d30087b",
"folder_name": "Rockets folder",
"size": 25,
"filename": "Rockets file 1",
"download_url": "www.rocketltd.com/file/RocketsFile1.jpg",
"mime_type": "jpg",
"created_date": "2018-05-23T04:51:40.862Z",
"updated_date": "2018-05-23T04:51:40.862Z"
}