Skip to content

dataView

Type: parameter

Description

view to be used to display the data

TypeScript Definition

typescript
dataView: "warehouse"

OpenAPI Schema

json
{
  "name": "view",
  "in": "query",
  "required": false,
  "schema": {
    "type": "string",
    "enum": [
      "warehouse"
    ]
  },
  "description": "view to be used to display the data"
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: