Skip to main content
GET
/
getSystemWorkflows
getSystemWorkflows
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getSystemWorkflows
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  },
  "myworkflows": {
    "active_workflow_id": 123,
    "doc_type": 0,
    "list": [
      {
        "description": "<string>",
        "documentType": 0,
        "isDefault": true,
        "isSystem": 123,
        "name": "<string>",
        "workflowID": 123,
        "workflowType": 123,
        "frequency": 123
      }
    ]
  }
}

Query Parameters

APIKey
string
required
doctype
enum<integer>
required
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21

Response

Success

service_status
object
myworkflows
object