Qlik Sense · Schema

Space

Represents a space in Qlik Cloud.

AnalyticsBusiness IntelligenceCloudData IntegrationVisualization

Properties

Name Type Description
id string The unique identifier of the space.
name string The name of the space.
type string The type of the space.
description string The description of the space.
ownerId string The identifier of the space owner.
tenantId string The identifier of the tenant the space belongs to.
createdAt string When the space was created.
createdBy string The identifier of the user who created the space.
updatedAt string When the space was last updated.
meta object Metadata about the space.
links object
View JSON Schema on GitHub

JSON Schema

qlik-sense-space-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Space",
  "title": "Space",
  "type": "object",
  "description": "Represents a space in Qlik Cloud.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the space."
    },
    "name": {
      "type": "string",
      "description": "The name of the space."
    },
    "type": {
      "type": "string",
      "description": "The type of the space.",
      "enum": [
        "shared",
        "managed",
        "data"
      ]
    },
    "description": {
      "type": "string",
      "description": "The description of the space."
    },
    "ownerId": {
      "type": "string",
      "description": "The identifier of the space owner."
    },
    "tenantId": {
      "type": "string",
      "description": "The identifier of the tenant the space belongs to."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the space was created."
    },
    "createdBy": {
      "type": "string",
      "description": "The identifier of the user who created the space."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the space was last updated."
    },
    "meta": {
      "type": "object",
      "description": "Metadata about the space.",
      "properties": {
        "roles": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The roles the current user has on this space."
        },
        "actions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The actions the current user can perform on this space."
        },
        "assignableRoles": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Roles that can be assigned in this space."
        }
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string"
            }
          }
        },
        "assignments": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qlik-sense-space"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.