Get template
GET/v2/sign/templates
Get template request signing
Request
Query Parameters
page int32
Default value: 0
Page to get results
size int32
Default value: 10
Size of results page
sort string
Sort returned results
folder_type string
Filter is folder type
name string
Filter by folder name
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
count int64
items
object[]
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
{
"count": 0,
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}
]
}
Not Authorized
Not Allowed
Loading...