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 [
]
id string
URL string
Name string
Note string
Description string
Folder string
Signers
object[]
objectId sting
Name string
CreateBy string
{
"id": "x1Hbnms2Pg",
"URL": "https://templateuser.com",
"Name": "sample template",
"Note": "template note",
"Description": "template name",
"Folder": "folder name",
"Signers": [
{
"objectId": "zxcpou2Hbs",
"Name": "joe"
}
],
"CreateBy": "template creator name"
}
Invalid API Token!
Loading...