Skip to main content

Check Signing Event

This request returns the data of a signing event.

Request

ENDPOINT
/batch_group/batch_group_key
MÉTODO
GET

Path Params

CampoDescrição
batch_group_keyUnique key identifying the signing event.

Response Body Params

STATUS
200
Response Body
{
"batch_group_key": "c0394fb2-34f6-4d70-be70-776022fe15b8",
"name": "Teste",
"main_related_party": "ba",
"number_of_documents": 1,
"total_value": 0.0,
"all_files_url": "",
"send_to_fund_administrator": 0,
"signature_expiration_date": null,
"webhook_key": "ac73c564-989d-4c53-932b-d8f96b007585",
"client_key": "5aaf98d2-0264-48dd-8167-eab859ce5a75",
"requester_key": null,
"signature_status": "pending",
"internal_status": "pending",
"attached_document_number": "74766848000162",
"current_signature_position": "1",
"internal_webhook_key": "ac73c564-989d-4c53-932b-d8f96b007584",
"created_at": "2023-05-15 23:54:35",
"batch_group_type": "icp_signature",
"requester_identifier": null,
"send_emails": false,
"batches": [
{
"document_batch_key": "cd65292e-6748-4c1a-9520-de019f2f341b",
"name": "Termo de Endosso",
"document_type": "term_of_endorsement",
"signature_type": "cades",
"signature_status": "pending",
"created_at": "2023-05-15 23:54:35",
"related_parties": [
{
"related_party_key": "41cf4d2a-fa9a-4cd1-93a0-5a1847b14fb3",
"name": "nome da empresa ",
"role": "assignor",
"signature_status": "pending",
"signature_position": "1",
"created_at": "2023-05-15 23:54:35",
"auto_signature": 0,
"notify_to": [],
"signer_groups": [
{
"id": 38586,
"expiration": null,
"minimum_required_signers": 1,
"signable_limit": null,
"signature_status": "pending",
"created_at": "2023-05-15 23:54:35",
"signers": [
{
"id": 65062,
"signer_control_number": "1",
"signature_timestamp": null,
"signature_status": "pending",
"name": "João",
"is_group_mandatory": true,
"email": "teste@qitech.com.br",
"document_number": "85653681067",
"created_at": "2023-05-15 23:54:35"
}
]
}
]
}
],
"documents": [
{
"document_key": "19f3c0ib-3926-4274-b2ab-720014b35f53",
"control_number": "96a8cd68-76b4-4abf-8180-7d8ebe39567e",
"file_size": 1681,
"file_url": "https://storage.googleapis.com/certifier-api-storage-sandbox/093f1aef-437e-405b-9ef9-51efd73dbd57/teste_of_original.pdf",
"name": "teste_of.pdf",
"original_file_url": "https://storage.googleapis.com/certifier-api-storage-sandbox/093f1aef-437e-405b-9ef9-51efd73dbd57/teste_of_original.pdf",
"status": "pending",
"signed_file_url": null,
"created_at": "2023-05-15 23:54:35",
"signatures": []
}
]
}
],
"watcher_clients": []
}

FieldTypeDescription
main_related_partystringName of the main party responsible for signing the event.
namestringName of the event.
batch_group_keystringKey of the signing event.
signature_statusstringStatus of the signature.
internal_statusstringOverall status of the event.
total_valuestringTotal value of the event’s documents.
client_keystringClient identification key.
send_emailsbooleanIndicates whether signature emails should be sent for this event.
attached_document_numberstringAssignor’s CNPJ
batcheslistaList of different document types and their respective related parties.
webhook_urlstringURL to which the webhook will be sent.
webhook_url_listlistaList of URLs to which the webhook will be sent.

Batches Object

FieldTypeDescription
related_partieslistList of related parties involved in signing a list of documents.
documentslistList of documents.
namestringName of the batch.
signature_typeenumType of signature.
document_typeenumType of document.
FieldTypeDescription
roleenumRole played by the signers.
namestringName of the related party.
signature_positionintegerSignature position.
signer_groupslistList of signer groups.

Signer Groups Object

FieldTypeDescription
minimum_required_signersintegerMinimum number of signers required to have signed for the group's signatures to be considered complete.
signerslistList of signers that make up the signer group.

Signer Object

FieldTypeDescription
namestringName of the signer.
document_numberstringSigner’s CPF (Brazilian individual tax ID).
emailstringSigner's email.
is_group_mandatorybooleanIndicates if the signer is required to sign for the signer group to be considered complete.
signer_control_numberstringFree field that can be used for control purposes or external reference.
signature_timestampdateDate of the signature.

Documents Object

FieldTypeDescription
namestringName of the document.
control_numberstringFree field that can be used for control purposes or external reference.
file_sizefloatSize of the document.
urlstringDocument URL.
document_keystringDocument identification key.
original_file_urlstringURL of the original document.
signed_file_urlstringURL of the document with signing page.
file_urlstringURL of the signature file.