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": "e8d94f72cc7fd265dec7095a",
"name": "test",
"data": {
"gbac": {
"write": [
"86171637777138f750c220b9",
"0f5a9c433f96ec9cb9820e71"
],
"read": [
"244865c5707fc4e3f290f498",
"3159c22d30a489b03d2c2ffa",
"6162223b9b2a25eeee866452",
"d4f35311f049b05b3ef7eb8b"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "voluptate eu sed eiusmod",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "9a4aae0b031a6c203a62a000"
},
"lastModifiedBy": "adipisicing amet",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "57bd474f2925e3ada1e7935b"
}