Returns the binary content of the file identified by fileId.
Request Parameters
Name | Type | Comments |
---|---|---|
fileId | URI Resource | UUID file identifier, supplied as part of the URI. |
Example Request
Example Response - Success
Response headers:
Content-Type: image/png - As originally supplied or application/octet-stream if not supplied
Content-Disposition: attachment; filename=pusheen.png - Where the file name is what was originally supplied with the store file request
Response body: [File Content]
Last modified on June 27, 2023