nealhennessy | Posts: 19 Retrieving signer inputs after signing Thursday, November 30, 2023 at 09:38am 0 votes 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. November 30 Created November 30 Last Updated 9 months ago Last Reply 3 Replies 31 Views 2 Users 0 Likes 0 Links Answered by Duo_Liang Approved Answer Duo_Liang | Posts: 3776 Reply to: Retrieving signer inputs after signing Thursday, November 30, 2023 at 12:26pm 0 votes Hi Neal, There's also another API endpoint to retrieve field summary which is worth trying: GET /api/packages/{packageId}/fieldSummary Duo Duo Liang OneSpan Evangelism and Partner Integrations Developer Log in or register to post comments nealhennessy | Posts: 19 Reply to: Retrieving signer inputs after signing Thursday, November 30, 2023 at 10:48am 1 votes I was able to find to the answer to this. GET packages/{{PACKAGE_ID}}/signers/{{SIGNER_ID}}/approvals Log in or register to post comments nealhennessy | Posts: 19 Reply to: Retrieving signer inputs after signing Friday, December 1, 2023 at 11:17am 0 votes That is a much better option. Thanks Duo! Log in or register to post comments
Approved Answer Duo_Liang | Posts: 3776 Reply to: Retrieving signer inputs after signing Thursday, November 30, 2023 at 12:26pm 0 votes Hi Neal, There's also another API endpoint to retrieve field summary which is worth trying: GET /api/packages/{packageId}/fieldSummary Duo Duo Liang OneSpan Evangelism and Partner Integrations Developer Log in or register to post comments
nealhennessy | Posts: 19 Reply to: Retrieving signer inputs after signing Thursday, November 30, 2023 at 10:48am 1 votes I was able to find to the answer to this. GET packages/{{PACKAGE_ID}}/signers/{{SIGNER_ID}}/approvals Log in or register to post comments
nealhennessy | Posts: 19 Reply to: Retrieving signer inputs after signing Friday, December 1, 2023 at 11:17am 0 votes That is a much better option. Thanks Duo! Log in or register to post comments
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
Duo Liang OneSpan Evangelism and Partner Integrations Developer
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!