Get template list
POST/templatelist
Get template list
Request
- application/json
Body
provide below parameter to get number of templates
limit int32
skip int32
Responses
- default
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 int64
Name string
CreateBy string
{
"id": "x1Hbnms2Pg",
"URL": "https://templateuser.com",
"Name": "sample template",
"Note": "template note",
"Description": "template name",
"Folder": "folder name",
"Signers": [
{
"objectId": 0,
"Name": "joe"
}
],
"CreateBy": "template creator name"
}
Loading...