Gets a document from an envelope.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/envelopes/{{envelopeId}}/documents/{{documentId}}?certificate={{certificate}}&documents_by_userid={{documents_by_userid}}&encoding={{encoding}}&encrypt={{encrypt}}&language={{language}}&recipient_id={{recipient_id}}&shared_user_id={{shared_user_id}}&show_changes={{show_changes}}&watermark={{watermark}}
Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted.
You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted.
To retrieve the combined content replace the {documentId}
parameter in the endpoint with combined
.
/accounts/{accountId}/envelopes/{envelopeId}/documents/combined
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
certificate | string | ||
documents_by_userid | string | ||
encoding | string | ||
encrypt | string | ||
language | string | ||
recipient_id | string | ||
shared_user_id | string | ||
show_changes | string | ||
watermark | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |