Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
},
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
It's not working for me
Strange, it is working like this in my environment...
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