GET api/documentgeneration/envelopetemplatepack/{id}
Returns a envelope template pack 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.
EnvelopeTemplatePackDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| FriendlyName |
The friendly name value. |
string |
None. |
| EnvelopeTemplates |
The collection of envelope templates. |
Collection of EnvelopeTemplateDataContract |
None. |
| EnvelopeTemplatePackType |
The envelope template pack type value. |
EnumDataContract |
None. |
| IsDefault |
Indicates whether this item is default. |
boolean |
None. |
| NotReady |
Indicates whether not ready is true. |
boolean |
None. |
| CustomPrompt |
The custom prompt value. |
string |
None. |
| Endpoint |
The endpoint value. |
string |
None. |
| Contract |
The contract value. |
string |
None. |
| EventType |
The event type value. |
string |
None. |
| Description |
The description value. |
string |
None. |
| WorkflowIndex |
The workflow index value. |
integer |
None. |
| Hidden |
Indicates whether hidden is true. |
boolean |
None. |
| Undeletable |
Indicates whether undeletable is true. |
boolean |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.