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": "c591aee264b09f880cfb5501",
"name": "test",
"data": {
"gbac": {
"write": [
"4e77e1da1caf7e4fddac2154",
"c60fa141fa6d8f44252cf98e",
"4ddc97957f556dc29f21be6f"
],
"read": [
"a45250002d025470a3fd25e1",
"999dfc304febee001634767d",
"d6830046274ad27965e29750",
"93c60daf3d73d0eba16bfa14",
"4b44cd3a5a90df3ed5c6577a"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "quis reprehenderit occaecat consequat aliqua",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "b999bc888f68a296417ab872"
},
"lastModifiedBy": "amet occaecat quis",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "91bc61fed4bee9e69d08f60c"
}