20 results matched your search criteria
Forum topic
I have seen references in the documentation to what looks like a timed visual audit trail:
Forum topic
In looking at the audit service for a package there appears to be events worthy of being in an audit log but do not appear to be.
For example: PIN authentication failures show up, but not that access has been locked out.
I haven't tried, but does resetting the 'PIN count' get logged?
Both of thes
Forum topic
Sorry for all the different posts, but I thought it'd be better to have each question separately so they're easier to search.
Another thing I'm going to need to use is to get the Audit information like in the evidence summary PDF I can download, only the listing of events from the SDK.
Forum topic
I have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);
Forum topic
I want to be able to download the signed documents and audit trail for all customers completed transactions? Is there any easy way to do this without having to go through the transactions one by one in the UI or writing an integration?
Forum topic
Hi,
Is there any API or .Net SDK, we can have view the list of documents added, removed, and other Audit Trails on an package.
I am using the below API to get some signing and viewed audit on a package,
https://sandbox-esignlive.cdk.com/api/packages/XXXXXAAAAXXX==/audit
but we need to check the
Forum topic
In the Audit Trail, when a signer accepts, in the "Other" column it has "Approval:" followed by a string. What is this string?
Thanks.
Forum topic
Hi Team,
We are doing Auto Esign in our project .Since we are doing auto Esign IP address column is appearing as blank in evidence summary Audit trail table. Is it possible to insert our server IP address in Audit trail IP address column for Auto Esign?
Forum topic
Hello,
I've noticed that creating documents with names that contain the windows restricted file name symbols ( ":\|/*? ) will cause the documents to be shown in the signing ceremony and audit information with those symbols replaced by underscores.