GET api/documentgeneration/envelopetemplate/{id}
Returns a envelope template Processes this document generation API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
EnvelopeTemplateDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| FriendlyName |
The friendly name value. |
string |
None. |
| LetterTemplates |
The collection of letter templates. |
Collection of LetterTemplateDataContract |
None. |
| CanBeSplit |
Indicates whether this item can be split. |
boolean |
None. |
| EnvelopeTemplateTargetType |
The envelope template target type value. |
EnumDataContract |
None. |
| Description |
The description value. |
string |
None. |
| PreventDigitalSignature |
Indicates whether prevent digital signature is true. |
boolean |
None. |
| EnvelopeCCdNegotiators |
The envelope c cd negotiators value. |
integer |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.