{ "opencollection": "1.0.0", "info": { "name": "Qlik Sense Enterprise Qlik Sense Service About Notification API", "version": "2025.11.0" }, "request": { "auth": { "type": "apikey", "key": "X-Qlik-Xrfkey", "value": "{{X-Qlik-Xrfkey}}", "placement": "header" } }, "items": [ { "info": { "name": "Notification", "type": "folder" }, "items": [ { "info": { "name": "Qlik Sense Enterprise Subscribe to change notifications", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/notification", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a subscription to receive notifications when changes occur to specified entity types or individual entities." }, { "info": { "name": "Qlik Sense Enterprise Remove change notification subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/about/v1/notification", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." }, { "name": "handle", "value": "", "type": "query", "description": "Handle identifying the notification subscription to remove" } ] }, "docs": "Removes an existing notification subscription. The subscription handle is passed as a query parameter." }, { "info": { "name": "Qlik Sense Enterprise Get changes since last check", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/notification/changes", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key. Must be 16 arbitrary characters matching the X-Qlik-Xrfkey header value." }, { "name": "since", "value": "", "type": "query", "description": "Timestamp to retrieve changes since" } ] }, "docs": "Retrieves a list of changes that have occurred since the last time this endpoint was called for the given subscription." } ] } ], "bundled": true }