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": "232d2acbf166527271ef910e",
"name": "test",
"data": {
"gbac": {
"write": [
"a8d371789beba0f2b7f0ba32",
"b635e33c914c75356fa4302b"
],
"read": [
"2cb0ce5dfa949f5e57e93dd0",
"61576612e69f5f0baab14416",
"19ae0c56188344d633de83a9",
"98cb79aa7c186518a992d09b"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aliqua officia",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "75da4803a46203ccb646289e"
},
"lastModifiedBy": "sit cupidatat esse sint",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "4c5dc0d5122d7ee5ff62c142"
}