{ "opencollection": "1.0.0", "info": { "name": "Qlik Sense Enterprise Qlik Sense Service About Custom Property API", "version": "2025.11.0" }, "request": { "auth": { "type": "apikey", "key": "X-Qlik-Xrfkey", "value": "{{X-Qlik-Xrfkey}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Property", "type": "folder" }, "items": [ { "info": { "name": "Qlik Sense Enterprise List custom properties", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/customproperty", "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": "filter", "value": "", "type": "query", "description": "Filter expression using the syntax: property operator value. Supports operators like eq, ne, so, ew, sw. Example: name eq 'MyApp'" }, { "name": "privileges", "value": "", "type": "query", "description": "Whether to append privilege information to the returned entities." } ] }, "docs": "Retrieves a list of all custom properties in condensed format." }, { "info": { "name": "Qlik Sense Enterprise Create custom property", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/customproperty", "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 new custom property definition with a set of allowed values and applicable object types." }, { "info": { "name": "Qlik Sense Enterprise Get custom property by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/customproperty/:id", "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": "Retrieves a single custom property by its unique identifier." }, { "info": { "name": "Qlik Sense Enterprise Update custom property", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}/api/about/v1/customproperty/:id", "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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing custom property definition." }, { "info": { "name": "Qlik Sense Enterprise Delete custom property", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/about/v1/customproperty/:id", "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": "Permanently deletes a custom property definition." } ] } ], "bundled": true }