get https://rest.api.pactima.com/v1/e-signature-templates//documents//entry-pads
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://rest.api.pactima.com/v1/e-signature-templates/eSignatureTemplateId/documents/documentId/entry-pads?limit=100' \
--header 'accept: application/json'
Examplexxxxxxxxxx
16{
"hasMore": true,
"data": [
{
"id": "string",
"signerId": "string",
"type": "signature",
"left": 0,
"top": 0,
"height": 0,
"width": 0,
"pageIndex": 0,
"isOptional": true
}
]
}