ECW List Telephone Encounters
Perform ECW List Telephone Encounters through eClinicalWorks.
ecw_list_telephone_encountersreadeclinicalworks
Inputs
- Assigned To Id
assigned_to_idtextOptional text value.
- Tab Id
tab_idnumberOptional numeric value.
Default:
3 - Date
datetextOptional text value.
- Date Filter Days
date_filter_daystextOptional text value.
Default:
"1" - Facility Id
facility_idnumberOptional numeric value.
Default:
0 - Doctor Id
doctor_idnumberOptional numeric value.
Default:
0 - Page No
page_nonumberOptional numeric value.
Default:
1 - Rows Per Page
rows_per_pagenumberOptional numeric value.
Default:
100 - Sort By
sort_bynumberOptional numeric value.
Default:
1 - Sort Order
sort_ordertextOptional text value.
Default:
"DESC"
Outputs
successSuccessresultResulterrorError
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
}