OdagAbout

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
version string ODAG service version
stabilityIndex string API stability level (e.g., stable)
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-odagabout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OdagAbout",
  "title": "OdagAbout",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "ODAG service version"
    },
    "stabilityIndex": {
      "type": "string",
      "description": "API stability level (e.g., stable)"
    }
  }
}