Stream Document Content
Streams document content. Requires a valid signed token with tenant and client as query parameters. Use the optional 'disposition' parameter to control the Content-Disposition header: 'attachment' (default) prompts a file download, 'inline' displays the file in the browser for supported types (e.g. PDF, images).
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | query string | |
| client* | query string | |
| code* | path string | |
| disposition | query string | |
| expires* | query integer (int64) | |
| token* | query string |
Responses
200 OK
401 Unauthorized
404 Not Found