docusignapi - API to display filled in tags in PNG format -
We are looking for a methodology similar to the following API method, which gives the requested page in PNG format (non-editable format) :
Get API Reference / One Page Image HTM
but with the ability to display values for any custom, etc. Tags that are filled. Currently, no tags or values are filled without displaying them.
Does anyone know any way to do this?
I do not believe that you can return tab images back from the page image when you are still envelope. In the process, I think that only the envelope will show that information.
To retrieve the tab values entered by the recipient, you will need to make a separate API call. Receive envelope recipient status API call, and more importantly, this is an optional parameter. The details of the call are as follows:
URL: / accounts / {accountId} / envelopes / {envelopeId} / recipients
HTTP method: get
parameter: The only required parameter is the envelope ID if the optional query include_tabs is correct , The tab associated with the recipient is returned if the alternate query is set to the right_extended value, the extended properties are returned.
Comments
Post a Comment