Get template detail
GET/v2/sign/templates/:id
Get template detail by ID
Request
Path Parameters
id stringrequired
ID of Template
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
id uuid
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
name string
Template name
thumbnail string
thumbnail download URL
has_schema boolean
Flag indicating whether the document is generate document
schema
object
fields string[]
Fields in the generated document that are required to be filled in
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"thumbnail": "string",
"has_schema": true,
"schema": {
"fields": [
"string"
]
}
}
Not Authorized
Not Allowed
Loading...