{{define "api-file-id-get"}}
GET/file/{id}

Description

Returns the full file associated with the ID. Supports byte range requests.

Parameters

Param Required Location Description
id true URL ID of the file to request

Returns

A file output stream.
{{end}}