Get distinct streams used by Qlik apps.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v2/qlikapps/streams"{ "isSuccess": true, "error": {}, "errorDetails": "string", "message": "string", "data": [ "string" ], "resultInfo": { "page": 0, "perPage": 0, "totalCount": 0, "totalPages": 0, "hasPreviousPage": true, "hasNextPage": true }}