Skip to documentation
eClinicalWorks integration

ECW List Telephone Encounters

Perform ECW List Telephone Encounters through eClinicalWorks.

View as Markdown
ecw_list_telephone_encounters
readeclinicalworks

Inputs

  • assigned_to_id
    text
    Assigned To Id

    Optional text value.

  • tab_id
    number
    Tab Id

    Optional numeric value.

    Default: 3

  • date
    text
    Date

    Optional text value.

  • date_filter_days
    text
    Date Filter Days

    Optional text value.

    Default: "1"

  • facility_id
    number
    Facility Id

    Optional numeric value.

    Default: 0

  • doctor_id
    number
    Doctor Id

    Optional numeric value.

    Default: 0

  • page_no
    number
    Page No

    Optional numeric value.

    Default: 1

  • rows_per_page
    number
    Rows Per Page

    Optional numeric value.

    Default: 100

  • sort_by
    number
    Sort By

    Optional numeric value.

    Default: 1

  • sort_order
    text
    Sort Order

    Optional text value.

    Default: "DESC"

Outputs

  • successSuccess
  • resultResult
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "tab_id": {
      "type": "number",
      "default": 3,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "page_no": {
      "type": "number",
      "default": 1,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "sort_by": {
      "type": "number",
      "default": 1,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "doctor_id": {
      "type": "number",
      "default": 0,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "sort_order": {
      "type": "string",
      "default": "DESC",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "facility_id": {
      "type": "number",
      "default": 0,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "rows_per_page": {
      "type": "number",
      "default": 100,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "assigned_to_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "date_filter_days": {
      "type": "string",
      "default": "1",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "result": {},
    "success": {}
  },
  "additionalProperties": true
}
View all eClinicalWorks actions