url_template that was received when
selecting the representation to download
the representation. Replace the {+asset_path} depending on
the type of representation.
Paginated representations
For paged representations like PDFs replace{+asset_path}
with the desired page number and the file extension, for example
1.pdf.
Non-paginated representations
For non-paged representations, replace the{+asset_path} with
an empty string.
Optional query parameters
When fetching the representation the following optional headers are supported.| Parameter | Options | Default |
|---|---|---|
set_content_disposition_type | inline / attachment | null |
content-disposition header in the API response with the specified
value. A disposition type of attachment causes most web browsers to prompt
the user to save the response to their device, where the type inline
will open the file in the browser.
If not supplied, the content-disposition header is not included in the
response.
| Parameter | Options | Default |
|---|---|---|
set_content_disposition_filename | Filename without extension | null |
