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": "c3d08b403676a7ab34945d45",
"name": "test",
"data": {
"gbac": {
"write": [
"31354f945aaada246789ea64",
"c8610b0020f9b2f01118c690",
"c96bc7f84690da6881c7462a"
],
"read": [
"ec4351d73db96bfd124bbac2",
"f828794cf1f4c544d08979d5",
"ca5dc8292347029cfc40e65e"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aliquip est Ut ipsum eu",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "90dc698ddb5494b59c979433"
},
"lastModifiedBy": "pariatur Duis eiusmod consequat",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "a3966d11fe9cb9433c08167d"
}