Get the package audit trail
Retrieves a package’s audit trail as structured JSON - a list of events that occurred during the package’s lifecycle, together with package and document information. The audit trail is available for a package in any status.
Because the audit trail is built from the retained audit log, it can still
be retrieved after the package itself has been deleted. In that case the
response is reconstructed from the log events alone, so some package and
document fields (for example Status, Name and the document page and
signed-field counts) may be absent.
To download the signed PDF representation of the audit trail, use
GET /packages/{packageId}/audittrail/{culture}.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"