Document Audit Trail
The main purpose of this endpoint is to enable the recovery of the activity history for a specific document. The route also provides the possibility of returning it in standard JSON format, or in PDF file format for download.
Get Audit Trail
GET
https://api.zapsign.com.br/api/v1/docs/signer-log/:doc_token?download_pdf=boolean
GET
https://api.zapsign.com.br/api/v1/docs/signer-log/:doc_token?download_pdf=boolean
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | apiToken written ahead of the "Bearer" text. Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23 |
Path Parameters
Name | Type | Description |
---|---|---|
doc_token | string | Token of the document for which you want to get the activity history |
Query Parameters
Name | Type | Description |
---|---|---|
download_pdf | boolean | Value that allows you to decide the type of return that the endpoint will return. Ex.:
or
If the value is true, the return will be a PDF file with the activity history. In case if it's false or not filled in, a list will be returned, in JSON format, with the values of each activity of the document token sent. |
Sucessfull examples
Errors examples
Last updated