Getting sent date and signed date for each signer
Wednesday, October 14, 2020 at 06:21pmHello,
I can't find an API call that can give me list of time and date in which each signers are notified to sign documents. Also is there is an API call that lists each signer and their signed date?
Reply to: Getting sent date and signed date for each signer
Thursday, October 15, 2020 at 10:22amHi Mark,
Email notification records are audited by backoffice, which can be viewed by support team and used for troubleshooting purpose, but I don't think this bit of information has been exposed by any API.
For signer singing status and signing date, the completion report API gives you the most precise result:
-has a document been completed, what's the first and last signing date;
-has a signer finished signing, what's the first and last signing date.
However, if you already have the package JSON/ DocumentPackage object, depending on what information you required to generate the report, these information can all be extracted directly from the package JSON.
Duo