-
Re: filter=type(discussion) does not seem to work
ryanrutan Aug 5, 2015 2:58 PM (in response to gopinathanganapathy)This appears to work in on the Jive Community, which is Jive 7.
Can you confirm which version of Jive you are using?
https://<hostname>/api/version
One thing in your example, remove your extra spaces in your REST request.
-
Re: filter=type(discussion) does not seem to work
gopinathanganapathy Aug 5, 2015 7:35 PM (in response to ryanrutan)Thanks Ryan! removing the spaces did not help.
my jive version is 7.0.1.0
I tried the following and none of them seems to work. For the below top 2 tries, it did not work without 'search' keyword.
https://<host name>/api/core/v3/places/110082/contents?filter=search(Test) & filter=type(discussion) & filter=place(/places/110082)
https://<host name>/api/core/v3/search/contents?filter=search(Test) & filter=type(discussion) & filter=place(/places/110082)
https://<host name>/api/core/v3/places/110082/contents?filter=place(/places/110082)&filter=type(discussion)
-