Summary
Exports a template document.
Description
Exports a template document.
Route
GET /automation-studio/templates/:id/export
Roles
admin
apiwrite
designer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
Template id. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
exported |
object |
Exported representation of the template. |
Copied to Clipboard
{
"_id": "c27ad675a304d9624430cd1d",
"name": "test",
"group": "Sample group",
"command": "show ip br",
"description": "description",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"data": "some sample text to match against",
"type": "test",
"projectId": "9bbb7f9FB8ED628c05DBED97",
"createdBy": "f1b088c1fb8e37ddbad38487",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "4ac77dca97a57a420942f2d2",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "0fad9a2dc58fde69c52d0c88",
"name": "ad laborum dolor reprehenderit"
},
{
"_id": "da3ac56e6038f4d95c614d59",
"name": "veniam ad ea sed"
},
{
"_id": "384c97614bb10a5b9ebcde8d",
"name": "fugiat"
},
{
"_id": "fca9ff57fbecd831a2f08030",
"name": "irure velit"
},
{
"_id": "3cf1186e46e07f4f3772f665",
"name": "proident velit culpa"
}
]
}