Overview

Download documents from DocuSign

Summary

This endpoint will download combined documents from DocuSign and will keep them on a temporary location in Sugar

Request Arguments

Name Type Description Required
sugarEnvelopeId String The id of the DocuSignEnvelope record True

Response Arguments

Name Type Description
fileUid String An UID that identifies the document downloaded in the temp directory

Response

{
    fileUid: "file-uid"
}

Change Log

Version Change
v11_16 Added /DocuSign/downloadDocument POST endpoint.