Skip to documentation
ClearPathMD integration

Search Pending Orders

Perform Search Pending Orders through ClearPathMD.

View as Markdown
clearpath_search_pending_orders
readclearpathmd

Inputs

  • page
    number
    Page

    Optional numeric value.

    Default: 1

  • page_size
    number
    Page Size

    Optional numeric value.

    Default: 50

  • from_date
    text
    From Date

    Optional text value.

  • to_date
    text
    To Date

    Optional text value.

  • entity_id
    expression
    Entity Id

    Optional literal value or workflow expression.

  • provider_id
    expression
    Provider Id

    Optional literal value or workflow expression.

  • location_id
    expression
    Location Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • 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": {
    "page": {
      "type": "number",
      "default": 1,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "to_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "entity_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "from_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "page_size": {
      "type": "number",
      "default": 50,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "location_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "provider_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all ClearPathMD actions