Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jp_golay
Partner - Creator II
Partner - Creator II

Repository Rest API Get Stream Apps

Hi

In the repos rest api I need all applications belonging to a stream id

for null streams if work as filter like this

https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&filter=stream eq null

but as stream is a sub class of app how can I select in a sub class like stream.id eq '51bacafe-ebdf-47c0-8d35-615ef7bf5a5f' is not working

https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&filter=stream.id eq '51bacafe-ebdf-47c0-8d35-615ef7bf5a5f'

here the App class

{

    "name": "App01",

    "appId": "",

    "publishTime": "2014-11-26T11:07:50.744Z",

    "published": true,

    "stream": {

      "name": "Finance",

      "privileges": null,

      "id": "51bacafe-ebdf-47c0-8d35-615ef7bf5a5f"

    },

    "privileges": null,

    "id": "87fd1dd2-fd0e-46ef-a4c2-32b6523b211f"

  },

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
4 Replies
Masaki_Hamano
Employee
Employee

Hi Jean-Philippe,

Remove apostrophe(' ')  from the id on the URI as shown bellow, and I would work:

https://qsense.jp.com/QRS/app?xrfkey=abcdefghijklmnop&filter=stream.id eq a70ca8a5-1d59-4cc9-b5fa-6e207978dcaf

Masaki

jp_golay
Partner - Creator II
Partner - Creator II
Author

It's not working for me

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
Masaki_Hamano
Employee
Employee

Strange, it is working like this in my environment...

qps.png

jeepee33
Partner - Contributor II
Partner - Contributor II

Hi Masaki,

The filter on stream.id doesn't work for me either.

I receive the following error from the sense server. (there are apps in the steam that was specified in the filter)

If you find a solution , please let me know.

Thanks in advance

Jan-Paul