Copy link to clipboard
Copied
I have a AspNetCore 2.0 web application that I have built to allow our clients to requests Adobe Sign for.
I have the rest calls to:
I can use the https://secure.na2.echosign.com/account/documentEdit?aid={agreementId}
I can't find how to get a url that I can embed in my application (iFrame) so that the user can place the signature locations (and other fields) on the documents without the chrome or other information. I see in V5 there was an InteractiveOptions object you could pass, but that has been removed in v6.
Please point me to the API documentation on this.
I figured it out!
For those looking, post to /api/rest/v6/agreements/{agreementId}/views
This request responses with an embeddable Url.
Copy link to clipboard
Copied
I figured it out!
For those looking, post to /api/rest/v6/agreements/{agreementId}/views
This request responses with an embeddable Url.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now