AppCondensed

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
id string
name string
appId string
publishTime string
published boolean
stream object
savedInProductVersion string
migrationHash string
availabilityStatus integer
privileges array
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-appcondensed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppCondensed",
  "title": "AppCondensed",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "publishTime": {
      "type": "string",
      "format": "date-time"
    },
    "published": {
      "type": "boolean"
    },
    "stream": {
      "$ref": "#/components/schemas/StreamCondensed"
    },
    "savedInProductVersion": {
      "type": "string"
    },
    "migrationHash": {
      "type": "string"
    },
    "availabilityStatus": {
      "type": "integer"
    },
    "privileges": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}