SessionAttribute

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
name string Attribute name
values array Attribute values
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-sessionattribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionAttribute",
  "title": "SessionAttribute",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Attribute name"
    },
    "values": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Attribute values"
    }
  }
}