EntityCount

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
value integer Number of entities matching the filter
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-entitycount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntityCount",
  "title": "EntityCount",
  "type": "object",
  "properties": {
    "value": {
      "type": "integer",
      "description": "Number of entities matching the filter"
    }
  }
}