Dropbox Sign/templateGet

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/template/{template_id}

Get Template

Returns the Template specified by the `template_id` parameter.

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
templateGet
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

template_id

pathstringrequired

The id of the Template to retrieve.

f57db65d3f933b5316d398057a36176831451a35

Responses

200

TemplateGetResponseapplication/json

successful operation

Properties: templatewarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "template": {
    "template_id": "example-template-id",
    "title": "Example document",
    "message": "Example message",
    "updated_at": 0,
    "is_embedded": false,
    "is_creator": false,
    "can_edit": false,
    "is_locked": false
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}