Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qlik Sense Enterprise Security Rule API

Manage security rules and access control

Qlik Sense Enterprise Security Rule API is one of 32 APIs that Qlik Sense Enterprise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Security Rule. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 6 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 2025.11.0.

Requests are made against a single base URL, https://{server}/api/about/v1.

6 operations 3 paths 4 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2025.11.0
Server
https://{server}/api/about/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Qlik Sense Enterprise Security Rule API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Qlik-Xrfkey (xrfkey). By default, every request must be authenticated.

  • xrfkey — Cross-site request forgery prevention key. Must be 16 arbitrary characters and must match the Xrfkey query parameter.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Security Rule 6

Manage security rules and access control

GET
/securityrule
Qlik Sense Enterprise List security rules
getSecurityRules 3 params → 200401
POST
/securityrule
Qlik Sense Enterprise Create security rule
createSecurityRule 1 param body → 201400401
GET
/securityrule/full
Qlik Sense Enterprise List security rules with full details
getSecurityRulesFull 3 params → 200401
GET
/securityrule/{id}
Qlik Sense Enterprise Get security rule by ID
getSecurityRule 2 params → 200404401
PUT
/securityrule/{id}
Qlik Sense Enterprise Update security rule
updateSecurityRule 2 params body → 200404401
DELETE
/securityrule/{id}
Qlik Sense Enterprise Delete security rule
deleteSecurityRule 2 params → 204404401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are SecurityRule (16 properties), SecurityRuleCondensed (3 properties), TagCondensed (3 properties), Error (1 property). Each schema is shown below with its type and property counts.

TagCondensed
object
3 properties
SecurityRuleCondensed
object
3 properties
SecurityRule
object
16 properties 4 required
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-sense-enterprise-security-rule-api-openapi.yml Raw ↑

Other APIs Qlik Sense Enterprise publishes across the network.

Qlik Sense Engine JSON API
Qlik Sense Capabilities
Qlik Sense Enterprise About API
Qlik Sense Enterprise Access Type API
Qlik Sense Enterprise App API
Qlik Sense Enterprise App Object API
Qlik Sense Enterprise Components API
Qlik Sense Enterprise Content Library API
Qlik Sense Enterprise Custom Property API
Qlik Sense Enterprise Data Connection API
Qlik Sense Enterprise Extension API
Qlik Sense Enterprise External URLs API