GET
/
getWorkflowDetails
getWorkflowDetails
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getWorkflowDetails
{
  "list": [
    {
      "description": "<string>",
      "from": 123,
      "next": 123,
      "to": 123
    }
  ],
  "service_status": {
    "invoice_id": 123,
    "message": "<string>",
    "status": 0
  }
}

Query Parameters

APIKey
string
required
id
integer
required

Response

Success

list
object[]
service_status
object