curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMySwitchWorkflows2
{
"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
}
]
}
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMySwitchWorkflows2
{
"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
}
]
}
}