I have added textTabs for a signer in an envelope using the DocuSign API. I would like to request the information which the user has entered into the textTab. How can I do that?
I found the following hint: Retrieving information from a signed document DocuSign API
But when looking into the REST API documentation it is stated that the API retrieves the original value (originalValue) of the tab when it was sent to the recipient.
That is exactly the behaviour I had discovered. Does there exist any other method to retrieve the data entered by the signer?