Skip to main content
GET
/
getAutomatedWorkflows
getAutomatedWorkflows
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getAutomatedWorkflows
{
  "list": [
    {
      "automateID": 123,
      "name": "<string>",
      "workflowID": 123,
      "startTime": "2023-11-07T05:31:56Z",
      "secondsUntilNextExecution": 123
    }
  ]
}

Query Parameters

APIKey
string
required

Response

Success

list
object[]