Summary
Export Trigger
Description
Export a Trigger.
Route
GET /operations-manager/triggers/:id/export
Roles
admin
apiread
viewer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Trigger to export. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
document |
object |
The result of the export operation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"type": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "d1e435113438905334c3e900",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "91bcf7c6d8266516fa6bbe2e",
"formId": null,
"description": "Some helpful information about the document",
"lastExecuted": 27937020,
"migrationVersion": -46539451,
"createdBy": "deserunt nisi in dolor culpa",
"created": "2000-10-10T19:09:10.157Z",
"lastUpdatedBy": null,
"lastUpdated": "1957-10-07T06:34:09.269Z",
"formSchemaHash": "eu",
"legacyWrapper": false
}
}