Retrieve Audit Trail. This endpoint allows you to pull a list of all audit trail events related to this signing. The audit trail is also embedded into the final signed documents themselves.

GET /api/v1/signings/{signingId}/history

Sample request:

GET /signings/{signingId}/history

Header: externalId: SomeExternalId

Path parameters

  • signingId string(uuid) Required

    The unique identifier of the signing for which the audit trail is to be fetched.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
GET /api/v1/signings/{signingId}/history
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/signings/{signingId}/history'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}