App: Get hub list
Information noteLOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/app/hublist
/qrs/app/hublist/full
Description
Get the list of all apps that can be opened by the current user, via the current proxy. The user and proxy are identified in the X-Qlik-User and X-Qlik-ProxyId headers of the request. When you include /full in the path, QRS returns full app objects; otherwise, QRS returns condensed objects.
Body
-
Return value
A list of apps, for example (for condensed):
{
"id": "160c8c3d-34c3-4873-9fa9-acf120473db4",
"name": "License Monitor",
"appId": "",
"publishTime": "2016-05-25T14:49:05.487Z",
"published": true,
"stream": {
"id": "a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf",
"name": "Monitoring apps",
"privileges": null
},
"savedInProductVersion": "2.11.0",
"migrationHash": "f38ec476ce7db3399f32ad2cd70df0db31d06643",
"availabilityStatus": 1,
"privileges": [
"read",
"update",
"delete"
]
},
{
"id": "45d1ea02-f91a-477b-a492-451961d79922",
"name": "Operations Monitor",
"appId": "",
"publishTime": "2016-05-25T14:49:23.676Z",
"published": true,
"stream": {
"id": "a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf",
"name": "Monitoring apps",
"privileges": null
},
"savedInProductVersion": "2.11.0",
"migrationHash": "f38ec476ce7db3399f32ad2cd70df0db31d06643",
"availabilityStatus": 1,
"privileges": [
"read",
"update",
"delete"
]
},
...
}
Optional parameters
-