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": "e0b85698c604eb51b8614c0e",
"name": "test",
"data": {
"gbac": {
"write": [
"e1af9bd6903e0ba9c155294c"
],
"read": [
"e10af30c12cf45f256918ae3",
"de6d2481c7f025a8b196ee7b",
"b2b5ee7b9af30b8ffb60e1ee",
"1f7fc57aa1b87460418f27af"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "eiusmod consequat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "47981f08fddc45e5233fb72f"
},
"lastModifiedBy": "eiusmod proident fugiat reprehenderit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "1a70a88f8276fe484f366a91"
}