Get template by ID
GET/template/:template_id
Request
Path Parameters
template_id strngrequired
ID of template that needs to be fetched
Responses
- 200
- 400
- 404
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Name string
Note string
Description string
URL string
signers signers[]
folderId string
{
"Name": "sample template",
"Note": "Please review and sign this document",
"Description": "template description",
"URL": "https://yourimage.com",
"signers": [
"joe@gmail.com",
"john@gmail.com"
],
"folderId": "xjsba1GaxP"
}
Template not found!
Invalid API Token!'
Loading...