Get template list
POST/templatelist
Get template list
Request
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
- application/json
Body
limit number
skip number
Responses
- 200
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
code number
result
template[]
objectId string
File string
Name string
Note string
Description string
Folder string
Signers
object[]
Name string
CreateBy string
{
"code": 200,
"result": [
{
"objectId": "x1Hbnms2Pg",
"File": "https://templateuser.com",
"Name": "sample template",
"Note": "template note",
"Description": "template name",
"Folder": "folder name",
"Signers": [
{
"Name": "joe"
}
],
"CreateBy": "template creator name"
}
]
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
code number
message string
{
"code": 405,
"message": "Invalid API token!"
}
Loading...