Summary
          Gets all known automations
          Description
          Gets all known automations returned in alphabetical order
          Route
          GET /automation_catalog/automations
          Roles
          
            admin
other
readonly
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              | This method has no parameters | 
            
          
          
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | array | List of all automation documents | 
            
          
          
            Copied to Clipboard
            
            [
  {
    "_id": "4ee9e9c2547773185ec2854c",
    "name": "test",
    "data": {
      "gbac": {
        "write": [
          "8854e3ab398033c22a126aec",
          "91d7e9e60e5891ed150a7307",
          "b18e9eebb1e495483096b476",
          "02abdc240eb4361edf04cdba",
          "e505bf385d84b455b3331226"
        ],
        "read": [
          "dfd43bc6c1f22b857b981b7e",
          "4cc70fb8e84a16efe4bcecc7",
          "76e58f88b80b3a1514de8e40",
          "389ab04faf3b3566b3462cda"
        ]
      },
      "lastUpdated": "2019-11-25T22:51:39.201Z",
      "description": "dolor pariatur tempor ut",
      "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
      "formId": "98e65a219c19a6e5e0f5be62"
    },
    "lastModifiedBy": "ipsum veniam velit",
    "lastRunAt": "2019-11-25T22:51:39.201Z",
    "nextRunAt": "2019-11-25T22:51:39.201Z",
    "repeatInterval": "3 weeks"
  }
]
           
          
            Copied to Clipboard
            
            {
  "title": "result",
  "type": "array",
  "items": {
    "$ref": "automationDocument"
  }
}