Solved

Is there a way to see a signed document using assureSign's API?

  • 24 May 2023
  • 2 replies
  • 207 views

Badge

Hello Everyone,


We have a usecase where after a user signs a nintex document, we send an email with a document link that the user can click on to view the signed document. Is there any api available in assureSign that could provide a link to the signed document?

I attempted to utilise envelope/envelopeId/signingLinks, but it appears that after the document is signed, the signing url cannot be obtained again.

Error Message :
{

"details": "The specified envelope 'xxxxxxxxxxx' was previously completed so signing is no longer available.",

"messageType": "error"

}

icon

Best answer by Marc_Wenning 21 June 2023, 21:09

View original

2 replies

Userlevel 2
Badge +4

@Sawshar9  You should be able to use the /envelopes/{envelopeID} to get that info and you can also include the final document download link.  

 

Userlevel 5
Badge +20

Hi @Sawshar9 
Did this response solve your question? 

Reply