{ "opencollection": "1.0.0", "info": { "name": "Qlik Sense Enterprise Qlik Sense Service About App Object API", "version": "2025.11.0" }, "request": { "auth": { "type": "apikey", "key": "X-Qlik-Xrfkey", "value": "{{X-Qlik-Xrfkey}}", "placement": "header" } }, "items": [ { "info": { "name": "App Object", "type": "folder" }, "items": [ { "info": { "name": "Qlik Sense Enterprise Publish application object", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}/api/about/v1/appobject/:id/publish", "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": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Publishes an application object such as a sheet or story, making it available to all users who can access the application." }, { "info": { "name": "Qlik Sense Enterprise Unpublish application object", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}/api/about/v1/appobject/:id/unpublish", "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": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Unpublishes an application object, reverting it to private status." } ] } ], "bundled": true }