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": "0d78cb1246dc174837f045ce",
"name": "test",
"data": {
"gbac": {
"write": [
"218ada96c57a8a0c12d7367f",
"7ebecbcdd96befd45dac8cd8",
"36bac9a99baaaadcae97843f",
"7bde79b9988eca0a3c203b7e"
],
"read": [
"98b3beddfb52ee73a7ad9275",
"ba7637f87275a00a35ae20a0",
"a1b71a638af7f3fac9837959"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "labore occaecat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "56dca862be1b2c906ec11455"
},
"lastModifiedBy": "Lorem irure incididunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "30b0b4b352931d438fda0b7e"
}