Skip to documentation
WhiteAid integration

Get WhiteAid DVS Orders

Perform Get WhiteAid DVS Orders through WhiteAid.

View as Markdown
white_aid_dvs_get_orders
write

Inputs

  • page
    numberrequired
    Page

    Required numeric value.

    Default: 1

  • max_n
    numberrequired
    Max N

    Required numeric value.

    Default: 1

  • worklist_index
    number
    Worklist Index

    Optional numeric value.

  • route_invalid_to_human_review
    boolean
    Route Invalid To Human Review

    Optional 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
}
View all WhiteAid actions