Dropbox SignDropbox Sign 电子签名 API
GET/template/{template_id}
获取模板
返回 `template_id` 参数指定的模板。
通过完整的 Dropbox Sign v3 API 管理账户、签名请求、模板、团队、批量发送、文件下载、传真和事件回调;Hub 仅提供文档与本地 SDK/CLI。
请求
- operationId
templateGet- 服务器
https://api.hellosign.com/v3- 认证
- api_key, oauth2
请求参数
template_id
pathstring必填
要检索的模板的 ID。
f57db65d3f933b5316d398057a36176831451a35
响应
200
TemplateGetResponseapplication/json
成功响应
字段: templatewarnings
4XX
ErrorResponseapplication/json
操作失败
字段: 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"
}
]
}