Search Private ERNs
Perform Search Private ERNs through Brightree.
brightree_search_private_ernsreadbrightree
Inputs
- Status
statustextOptional text value.
Default:
"2" - Trace Number
trace_numberexpressionOptional literal value or workflow expression.
- Deposit Id
deposit_idexpressionOptional literal value or workflow expression.
- Insurance
insuranceexpressionOptional literal value or workflow expression.
Outputs
depositsDepositscountCountcurrent_pageCurrent Pagetotal_pagesTotal Pageshas_moreHas MoremessageMessageerrorError
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": {
"status": {
"type": "string",
"default": "2",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"insurance": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"deposit_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"trace_number": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"message": {},
"deposits": {},
"has_more": {},
"total_pages": {},
"current_page": {}
},
"additionalProperties": true
}