Overview

Get completed document

Summary

This endpoint will download the completed document and add it on the record

Request Arguments

Name Type Description Required
id String The DocuSignEnvelope record id True

Response Arguments

Name Type Description
status String success or error
message String The error message if action could not be executed

Response

{
    status: 'success'
}

Change Log

Version Change
v11_16 Added /DocuSign/getCompletedDocument POST endpoint.