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": "4edad2a84da0346caee71b11",
"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": "9CAfB3C73AFf473433beF73f",
"createdBy": "229ad6897353e736cb69fb81",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "232b35379e894a18d791cce7",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "352c09704c22b95ac01a4350",
"name": "Lorem proident"
},
{
"_id": "94cd6d0e86062e5fe9c0fd38",
"name": "veniam in"
},
{
"_id": "408616f73d7a34ec0f9afb18",
"name": "dolor esse occaecat"
},
{
"_id": "a336101ede67b0cc4b797ac4",
"name": "Ut Excepteur amet"
},
{
"_id": "a6589ee53f583c36721e32b1",
"name": "ea"
}
]
}