Skip to main content
GET
/
searchSolution
searchSolution
curl --request GET \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/searchSolution \
  --header 'Authorization: Bearer <token>'
{
  "service_status": {
    "invoice_id": 123,
    "message": "<string>"
  },
  "list": [
    {
      "workflows": [
        {
          "workflow_id": 123,
          "workflow_name": "<string>",
          "solution_id": 123,
          "is_default": true
        }
      ],
      "agents": [
        {
          "automateID": 123,
          "name": "<string>",
          "workflowID": 123,
          "startTime": "<string>",
          "secondsUntilNextExecution": 123,
          "description": "<string>",
          "blackout_start": "<string>",
          "blackout_end": "<string>",
          "blackout_days": "<string>",
          "active": 123
        }
      ],
      "solution_id": 123,
      "is_default_solution": true,
      "workflow_ids": [
        123
      ],
      "create_time": "2023-11-07T05:31:56Z",
      "user_id": "<string>",
      "user_settings": "<string>",
      "update_time": "2023-11-07T05:31:56Z",
      "category": 123,
      "position": 123,
      "app_ids": [
        123
      ],
      "price": "<string>",
      "allowed": 123,
      "agent_ids": [
        123
      ],
      "how_to_guide_invoice_id": 123,
      "solution_name": "<string>",
      "active": 123,
      "global": 123,
      "solution_description": "<string>",
      "image_url": "<string>",
      "default_solution": 123
    }
  ],
  "page_count": 123,
  "total_count": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

text
string
required
category
integer
required
partial
boolean
required

Response

Success

service_status
object
list
object[]
page_count
integer
total_count
integer