Qlik Sense Enterprise · Schema
Qlik Sense Proxy Session
A proxy session represents an authenticated user connection managed by the Qlik Sense Proxy Service. Sessions track user identity, activity timestamps, and session attributes including roles and group memberships.
AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API
Properties
| Name | Type | Description |
|---|---|---|
| sessionId | string | Unique session identifier |
| userDirectory | string | Name of the user directory the session user belongs to |
| userId | string | User identifier within the user directory |
| userName | string | Display name of the session user |
| sessionStart | string | ISO 8601 timestamp when the session was created |
| lastActive | string | ISO 8601 timestamp of the last activity on this session |
| attributes | array | Session attributes passed from the authentication source, including roles and group memberships |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.api.dev/qlik-sense-enterprise/session.json",
"title": "Qlik Sense Proxy Session",
"description": "A proxy session represents an authenticated user connection managed by the Qlik Sense Proxy Service. Sessions track user identity, activity timestamps, and session attributes including roles and group memberships.",
"type": "object",
"properties": {
"sessionId": {
"type": "string",
"format": "uuid",
"description": "Unique session identifier"
},
"userDirectory": {
"type": "string",
"description": "Name of the user directory the session user belongs to"
},
"userId": {
"type": "string",
"description": "User identifier within the user directory"
},
"userName": {
"type": "string",
"description": "Display name of the session user"
},
"sessionStart": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the session was created"
},
"lastActive": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of the last activity on this session"
},
"attributes": {
"type": "array",
"items": {
"$ref": "#/$defs/SessionAttribute"
},
"description": "Session attributes passed from the authentication source, including roles and group memberships"
}
},
"$defs": {
"SessionAttribute": {
"type": "object",
"description": "A key-value attribute associated with a session",
"properties": {
"name": {
"type": "string",
"description": "Attribute name (e.g., group, role)"
},
"values": {
"type": "array",
"items": {
"type": "string"
},
"description": "Attribute values"
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qlik-sense-enterprise-session"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.