Dropbox Sign/templateFilesAsFileUrl

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/template/files_as_file_url/{template_id}

Get Template Files as File Url

Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
templateFilesAsFileUrl
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

template_id

pathstringrequired

The id of the template files to retrieve.

f57db65d3f933b5316d398057a36176831451a35

force_download

queryinteger

By default when opening the `file_url` a browser will download the PDF and save it locally. When set to `0` the PDF file will be displayed in the browser.

1

Responses

200

FileResponseapplication/json

successful operation

Properties: file_urlexpires_at

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "file_url": "https://example.com/resource",
  "expires_at": 0
}