curl --request POST \
--url https://restapi.sign.plus/v2/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tags": [
"<string>"
],
"ids": [
"<string>"
],
"first": 123,
"last": 123,
"after": "<string>",
"before": "<string>",
"order_field": "TEMPLATE_ID",
"ascending": true
}
'{
"has_next_page": true,
"has_previous_page": true,
"templates": [
{
"id": "<string>",
"name": "<string>",
"comment": "<string>",
"pages": 123,
"legality_level": "SES",
"created_at": 123,
"updated_at": 123,
"expiration_delay": 123,
"num_recipients": 123,
"signing_steps": [
{
"recipients": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"email": "<string>",
"role": "SIGNER"
}
]
}
],
"documents": [
{
"id": "<string>",
"name": "<string>",
"filename": "<string>",
"page_count": 123,
"pages": [
{
"width": 123,
"height": 123
}
]
}
],
"notification": {
"subject": "<string>",
"message": "<string>",
"reminder_interval": 123
},
"dynamic_fields": [
"<string>"
],
"attachments": {
"settings": {
"visible_to_recipients": true
},
"recipients": [
{
"recipient_id": "<string>",
"recipient_name": "<string>",
"placeholders": [
{
"recipient_id": "<string>",
"id": "<string>",
"name": "<string>",
"hint": "<string>",
"required": true,
"multiple": true,
"files": [
{
"id": "<string>",
"name": "<string>",
"size": 123,
"mimetype": "<string>"
}
]
}
]
}
]
}
}
]
}curl --request POST \
--url https://restapi.sign.plus/v2/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tags": [
"<string>"
],
"ids": [
"<string>"
],
"first": 123,
"last": 123,
"after": "<string>",
"before": "<string>",
"order_field": "TEMPLATE_ID",
"ascending": true
}
'{
"has_next_page": true,
"has_previous_page": true,
"templates": [
{
"id": "<string>",
"name": "<string>",
"comment": "<string>",
"pages": 123,
"legality_level": "SES",
"created_at": 123,
"updated_at": 123,
"expiration_delay": 123,
"num_recipients": 123,
"signing_steps": [
{
"recipients": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"email": "<string>",
"role": "SIGNER"
}
]
}
],
"documents": [
{
"id": "<string>",
"name": "<string>",
"filename": "<string>",
"page_count": 123,
"pages": [
{
"width": 123,
"height": 123
}
]
}
],
"notification": {
"subject": "<string>",
"message": "<string>",
"reminder_interval": 123
},
"dynamic_fields": [
"<string>"
],
"attachments": {
"settings": {
"visible_to_recipients": true
},
"recipients": [
{
"recipient_id": "<string>",
"recipient_name": "<string>",
"placeholders": [
{
"recipient_id": "<string>",
"id": "<string>",
"name": "<string>",
"hint": "<string>",
"required": true,
"multiple": true,
"files": [
{
"id": "<string>",
"name": "<string>",
"size": 123,
"mimetype": "<string>"
}
]
}
]
}
]
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the template
List of tag templates
Tag of the template
List of templates IDs
ID of the template
Field to order templates by. Valid values: TEMPLATE_ID, TEMPLATE_CREATION_DATE, TEMPLATE_MODIFICATION_DATE, TEMPLATE_NAME.
TEMPLATE_ID, TEMPLATE_CREATION_DATE, TEMPLATE_MODIFICATION_DATE, TEMPLATE_NAME Whether to order templates in ascending order
List of templates retrieved successfully
Whether there is a next page
Whether there is a previous page
Show child attributes
Unique identifier of the template
Name of the template
Comment for the template
Total number of pages in the template
Legal level of the envelope (SES is Simple Electronic Signature, QES_EIDAS is Qualified Electronic Signature, QES_ZERTES is Qualified Electronic Signature with Zertes)
SES, QES_EIDAS, QES_ZERTES Unix timestamp of the creation date
Unix timestamp of the last modification date
Expiration delay added to the current time when an envelope is created from this template
Number of recipients in the envelope
Show child attributes
List of recipients
Show child attributes
Unique identifier of the recipient
Unique identifier of the user associated with the recipient
Name of the recipient
Email of the recipient
Role of the recipient (SIGNER signs the document, RECEIVES_COPY receives a copy of the document, IN_PERSON_SIGNER signs the document in person, SENDER sends the document)
SIGNER, RECEIVES_COPY, IN_PERSON_SIGNER, SENDER Show child attributes
Unique identifier of the document
Name of the document
Filename of the document
Number of pages in the document
List of dynamic fields
Show child attributes
Show child attributes
ID of the recipient
Name of the recipient
Show child attributes
ID of the recipient
ID of the attachment placeholder
Name of the attachment placeholder
Hint of the attachment placeholder
Whether the attachment placeholder is required
Whether the attachment placeholder can have multiple files
Show child attributes
ID of the file
Name of the file
Size of the file in bytes
MIME type of the file