OdagRequestCreate

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
selectionState object Current selection state from the selection app to use for generating the on-demand app
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-odagrequestcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OdagRequestCreate",
  "title": "OdagRequestCreate",
  "type": "object",
  "properties": {
    "selectionState": {
      "type": "object",
      "description": "Current selection state from the selection app to use for generating the on-demand app"
    }
  },
  "required": [
    "selectionState"
  ]
}