Skip to main content
GET
/
getSolutionDetails
getSolutionDetails
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/getSolutionDetails \
  --header 'Authorization: Bearer <token>'
{
  "workflow": [
    {
      "workflow": {
        "settings": "<string>",
        "old_settings": "<string>",
        "isAutomatic": true,
        "user_id": "<string>",
        "create_time": "2023-11-07T05:31:56Z",
        "description": "<string>",
        "isDefault": true,
        "isSystem": 123,
        "name": "<string>",
        "workflowID": 123,
        "workflowType": 123,
        "frequency": 123
      },
      "workflowitems": [
        {
          "workflow_id": 123,
          "workflow_item_id": 123,
          "description": "<string>",
          "from": 123,
          "next": 123,
          "to": 123
        }
      ],
      "agents": [
        {
          "automateID": 123,
          "name": "<string>",
          "workflowID": 123,
          "startTime": "<string>",
          "secondsUntilNextExecution": 123,
          "description": "<string>",
          "blackout_start": "<string>",
          "blackout_end": "<string>",
          "blackout_days": "<string>",
          "active": 123
        }
      ]
    }
  ],
  "service_status": {
    "invoice_id": 123,
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

solution_id
integer
required

Response

Success

workflow
object[]
service_status
object