Summary
Gets an single automation by its id
Description
Gets an single automation by its id
Route
GET /automation_catalog/automations/:id
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
Unique id of the automation |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
document |
object |
Automation document that was requested |
Copied to Clipboard
{
"_id": "9a6150d36722607846136793",
"name": "test",
"data": {
"gbac": {
"write": [
"a740a2bbaa5044e8ba3f448c",
"20ae378d6d076602a24d8074",
"f68f77fe9e768a4a09f16afa"
],
"read": [
"5e0920608106982d143675d5",
"d1dbd2fe550db6e50b8e6c45",
"36f17ce1c3e598b905359f3c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "cillum amet nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "22c1640d779500d2c08a4086"
},
"lastModifiedBy": "cillum Excepteur cupidatat aliqua",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "77ee381706a339e0a76b8920"
}