Artboard
FileMaker Files

Download a file from FileMaker Server

Calling this endpoint will make a copy or clone of a file and start streaming the file back to the client. This intended to be used by browser based clients as it will automatically create download the file using the browser default download location.

GET
/otto/api/fm-file/{filename}/download

Path Parameters

filename*string

GET /otto/api/fm-file/:filename/download Parameter

Query Parameters

clone?string

Use 1 to download a clone

Default"0"
Value in"0" | "1"

Response Body

application/octet-stream

text/plain

curl -X GET "https://your.server.net/otto/api/fm-file/string/download"
"string"
"string"