Retrieving signer inputs after signing
Thursday, November 30, 2023 at 09:38amHi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
Hi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
Reply to: Retrieving signer inputs after signing
Thursday, November 30, 2023 at 12:26pmHi Neal,
There's also another API endpoint to retrieve field summary which is worth trying:
GET /api/packages/{packageId}/fieldSummary
Duo
Reply to: Retrieving signer inputs after signing
Thursday, November 30, 2023 at 10:48amI was able to find to the answer to this.
GET packages/{{PACKAGE_ID}}/signers/{{SIGNER_ID}}/approvals
Reply to: Retrieving signer inputs after signing
Friday, December 1, 2023 at 11:17amThat is a much better option. Thanks Duo!