{
"title": "automation",
"properties": {
"id": {
"description": "The id of the Automation to be cloned.",
"$ref": "common#/definitions/ObjectIdLikeString"
},
"name": {
"description": "An optional name to use for the clone.",
"oneOf": [
{
"type": "null"
},
{
"$ref": "common#/definitions/name"
}
]
}
}
}
Return
DetailsExampleSchema
Name
Type
Description
result
object
The result of the clone operation.
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"componentType": "workflows",
"createdBy": "ex incididunt nisi dolor dolore",
"created": "2023-10-04T03:03:44.682Z",
"lastUpdatedBy": null,
"lastUpdated": "1969-04-20T19:58:31.158Z",
"_id": "c5dbf71734fafa23b0e390d7",
"gbac": {
"write": [
"3c8279ed7986d1cd259e0dc0"
],
"read": [
"25583eb2331dce2ea823d998",
"8cf49463d4558003ee8b40a4"
]
},
"componentId": "e4C32cAC-16A7-cC6c-4Bc3-8adc2d658953",
"componentName": "veniam dolore do cupidatat"
},
"metadata": {
"automaticChanges": [
"laborum nisi eiusmod laboris",
"ea velit mollit fugiat nostrud",
"in et aliquip",
"dolor dolore commodo",
"ut enim qui ea voluptate"
],
"triggerCloneResults": {
"message": "nisi voluptate",
"data": [
{
"success": false,
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "95dc6510207949c68ab8cca3",
"lastExecuted": null,
"createdBy": null,
"created": "2018-08-02T02:58:20.682Z",
"lastUpdatedBy": null,
"lastUpdated": "2023-12-24T11:21:46.963Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "22c44593efc3dd675b803210",
"formId": null,
"migrationVersion": 90262491,
"formSchemaHash": null
},
"automaticChanges": [
"nisi ut est",
"ad Lorem in amet",
"fugiat quis irure Excepteur",
"dolore minim incididunt",
"reprehenderit enim qui adipisicing"
]
},
{
"success": false,
"data": {
"name": -22811354.46395415,
"description": true,
"type": 94050016,
"enabled": 64545697,
"actionType": true,
"actionId": false,
"lastExecuted": -55746146.46373477,
"createdBy": -99906531.47232834,
"created": "commodo Excepteur ad aute",
"lastUpdatedBy": -41565006.36441307,
"lastUpdated": 12220630,
"formData": "eu qui mollit",
"firstRunAt": "cupidatat deserunt",
"nextRunAt": 36319113,
"processMissedRuns": "non",
"locked": -51441440.264736824,
"repeatUnit": -7217312,
"repeatFrequency": "elit ut occaecat",
"repeatInterval": "ut labore nostrud et",
"_id": false,
"formId": false
},
"automaticChanges": [
"pariatur reprehenderit irure fugiat sunt",
"Excepteur veniam",
"fugiat dolor nisi",
"Excepteur consequat nulla laborum magna"
]
}
]
}
}
}