Artboard
FileMaker Files

Get a file with a download link

Use a get request to download a file from a link obtained from the "Get a file download link" endpoint. This is useful if you want to download the file into a FileMaker Container field for example. It's recommended to include the token in the query string instead of the path, usage with the token in the path is only included for backwards compatibility.

GET
/otto/api/fm-file/download

Query Parameters

token*string

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

Response Body

application/octet-stream

text/plain

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