Get WhiteAid DVS Orders
Perform Get WhiteAid DVS Orders through WhiteAid.
white_aid_dvs_get_orderswrite
Inputs
- Page
pagenumberrequiredRequired numeric value.
Default:
1 - Max N
max_nnumberrequiredRequired numeric value.
Default:
1 - Worklist Index
worklist_indexnumberOptional numeric value.
- Route Invalid To Human Review
route_invalid_to_human_reviewbooleanOptional true-or-false value.
Default:
true
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"page",
"max_n"
],
"properties": {
"page": {
"type": "number",
"default": 1,
"description": "Required numeric value.",
"x-workflow-field-type": "number"
},
"max_n": {
"type": "number",
"default": 1,
"description": "Required numeric value.",
"x-workflow-field-type": "number"
},
"worklist_index": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"route_invalid_to_human_review": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}