GET /Templates/{TemplateID} |
Scroll |
This method is called when selecting a template in the settings of the "Send for Signing" Workflow Task or when an already configured task with a template configured is opened. It is used to return template fields to the "Send for Signing" Workflow Task settings dialog.
From URL:
Parameter Name |
Description |
TemplateID |
The ID of the template from the eSignature provider. Returned by <Root>. |
Sample body:
{
"templateFields": [{
"id": "1234",
"name": "template name"
}]
}
Parameter Name |
Type |
Description |
templateFields |
Object |
A list of objects. Each object contains of an id used for identifying the template and a name. |
id |
String |
The id of the template field from the provider. This is saved with in the Workflow Task. |
name |
String |
The name of the template field from the provider. This is displayed in the "Template Fields" dialog of the Workflow Task. |