FruxonDocs
SystemStorage

Downloads a file from storage.

GET
/v1/tenants/{tenant}/storage/{fileId}

Path Parameters

fileId*string

The file identifier.

tenant*string

The tenant identifier

Response Body

application/octet-stream

curl -X GET "https://api.fruxon.com/v1/tenants/string/storage/string"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}