{
"signatureRequests": [
{
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"deliveryMode": "EMAIL",
"externalId": "<string>",
"signers": [
{
"customerId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"yousignId": "<string>"
}
],
"documents": [
{
"id": "<string>",
"type": "ATTACHMENT",
"anchor": {
"page": {},
"x": 123,
"y": 123,
"height": 123,
"width": 123
},
"mentions": [
"<string>"
],
"texts": [
"<string>"
],
"checkboxes": [
"<string>"
]
}
],
"status": "PENDING",
"signedAt": "2023-11-07T05:31:56Z",
"reminderSettings": {
"delay": 1,
"maxAttempts": 5.5
}
}
]
}{
"signatureRequests": [
{
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"id": "<string>",
"name": "<string>",
"deliveryMode": "EMAIL",
"externalId": "<string>",
"signers": [
{
"customerId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"yousignId": "<string>"
}
],
"documents": [
{
"id": "<string>",
"type": "ATTACHMENT",
"anchor": {
"page": {},
"x": 123,
"y": 123,
"height": 123,
"width": 123
},
"mentions": [
"<string>"
],
"texts": [
"<string>"
],
"checkboxes": [
"<string>"
]
}
],
"status": "PENDING",
"signedAt": "2023-11-07T05:31:56Z",
"reminderSettings": {
"delay": 1,
"maxAttempts": 5.5
}
}
]
}the signature requests
Show child attributes
the id of the signature request
the name of the signature request
the delivery mode of the signature request
EMAIL, NONE the external id of the entity linked to this signature request
the signers info
Show child attributes
the id of the signer
the first name of the signer
the last name of the signer
the email of the signer
the id of the signer in yousign
the documents to attach on the signature
Show child attributes
the id of the document
the type of the document
ATTACHMENT, SIGNABLE_DOCUMENT the anchor configuration
Show child attributes
the page of the anchor
the x position of the anchor
the y position of the anchor
the height of the anchor
the width of the anchor
the mentions to add to the document
the texts to add to the document
the checkboxes to add to the document
the status of the signature request
PENDING, SIGNED, CANCELLED the status of the signature request
Was this page helpful?