nealhennessy | Posts: 19

Retrieving signer inputs after signing

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.


Approved Answer
Duo_Liang | Posts: 3776

Reply to: Retrieving signer inputs after signing

0 votes

Hi Neal,

 

There's also another API endpoint to retrieve field summary which is worth trying:

GET /api/packages/{packageId}/fieldSummary

 

Duo


nealhennessy | Posts: 19

Reply to: Retrieving signer inputs after signing

1 votes

I was able to find to the answer to this. 

GET packages/{{PACKAGE_ID}}/signers/{{SIGNER_ID}}/approvals


nealhennessy | Posts: 19

Reply to: Retrieving signer inputs after signing

0 votes

That is a much better option. Thanks Duo!


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off