Overview
Exports a Smart Guide Template in .json format
Summary
This request will exports a Smart Guide Template in .json format
Request Arguments
Name |
Type |
Description |
Required |
module
|
String
|
Record module name
|
True
|
record
|
String
|
Record module id
|
True
|
Request Example
{
"module": "DRI_Workflow_Templates",
"record": "467fb2a6-fcc9-11e6-b7a6-5254009e5526",
}
Response
The response will be an object containing the following fields:
Name |
Type |
Description |
content
|
Array
|
DRI_Workflow_Templates fields in an array format
|
Response Example
{
[
"id" => "467fb2a6-fcc9-11e6-b7a6-5254009e5526",
"name" => "Opportunity quick deal",
"available_modules" => "^Opportunities^",
"points" => 130,
"assignee_rule" => "stage_start",
]
}