docusignapi - Retrieving information from a signed document entered by the signer using DocuSign API -


i have added texttabs signer in envelope using docusign api. request information user has entered texttab. how can that?

i found following hint: retrieving information signed document docusign api

but when looking rest api documentation stated api retrieves original value (originalvalue) of tab when sent recipient.

that behaviour had discovered. there exist other method retrieve data entered signer?

here 2 approaches tab values envelope:

1) envelopes/(envelopeid)/recipients?include_tabs=true. return tab values every recipient on envelope. not include originalvalue property of tab though.

2) envelopes/(envelopeid)/recipients/(recipientid)/tabs. need explicitly hit tabs endpoint every recipient. display originalvalue property. example: ../envelopes/5ad452d5-3004-4b8b-b4d1-ef90f02f2c45/recipients/1/tabs


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -