Summary
          Get workflows
          Description
          Get a list of all Workflows.
          Route
          GET /golden_config/getWorkflows
          Roles
          
            admin
engineering
support
          
          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 | 
            
            
              
                | workflows | array | A list of all Workflows. | 
            
          
          
            Copied to Clipboard
            
            [
  {
    "name": "My Workflow",
    "type": "automation",
    "tasks": {
      "workflow_start": {
        "name": "workflow_start",
        "summary": "workflow_start",
        "groups": [],
        "x": -96946157.07356583,
        "y": 69213942.33532116
      },
      "workflow_end": {
        "name": "workflow_end",
        "summary": "workflow_end",
        "groups": [],
        "x": 43636652.521220535,
        "y": 75167851.72185832
      }
    },
    "transitions": {},
    "groups": [
      "6a19ae4e4cb7f54d67d1c334",
      "58d8996591438c1fed3b5ea9",
      "b2ad0f340f88210c92193e44",
      "3935e38709f47b8a79e1da92"
    ],
    "_id": "1a9785fb-5118-6026-1690-292e1f4ac776",
    "description": "ea et dolore",
    "font_size": 12,
    "created": "1970-11-02T13:22:21.487Z",
    "created_by": "4e2db160647670dfa416e1fe",
    "last_updated": "1994-12-30T23:31:36.875Z",
    "last_updated_by": "9f70bcc55ec409f07c3fc331"
  },
  {
    "name": "My Workflow",
    "type": "automation",
    "tasks": {
      "workflow_start": {
        "name": "workflow_start",
        "summary": "workflow_start",
        "groups": [],
        "x": 64378879.809358746,
        "y": -70757119.6287947
      },
      "workflow_end": {
        "name": "workflow_end",
        "summary": "workflow_end",
        "groups": [],
        "x": -76956183.28933045,
        "y": -37213897.12026526
      }
    },
    "transitions": {},
    "groups": [
      "18d19de3eae7ba807a3b6da1",
      "ff406e83d175aa82f828c28e"
    ],
    "_id": "6d90e72f-d795-b6dc-e7b5-a4c996058533",
    "description": null,
    "font_size": 12,
    "created": "1990-04-16T06:17:55.616Z",
    "created_by": "fecb326729a77e918da10c56",
    "last_updated": "1979-12-14T11:14:56.769Z",
    "last_updated_by": "23c83f56bb7487267acf9d16"
  }
]