Download file content
Download the raw binary content of a file. The response includes an appropriate Content-Type header detected via libmagic and a Content-Disposition: attachment header with the original filename.
Path parameters
Query parameters
Session / container identifier.
Session / container identifier.
Namespace the file belongs to. Defaults to 'session'.
Namespace the file belongs to. Defaults to 'session'.
Content-Disposition mode for the response: attachment (default, browser download) or inline (open in browser / preview). Corresponds to RFC 6266.
Content-Disposition mode for the response: attachment (default, browser download) or inline (open in browser / preview). Corresponds to RFC 6266.
Response
Raw file bytes with MIME-typed content.
Changes
Changed in 2 of the 11 revisions of this API.3
- ○
added the new optional
queryrequest parameterdispositionnew-optional-request-parameter
- ○
added the new optional
queryrequest parameternamespacenew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○