Forum Discussion
Hey Claudius,
We have a showMoved parameter that you can use to get only non-moved or only moved messages.
Here's an example using lithosphere:
http://lithosphere.lithium.com/restapi/vc/boards/id/studio/search/messages?q=move&showMoved=false
http://lithosphere.lithium.com/restapi/vc/boards/id/studio/search/messages?q=move&showMoved=true
There is also a readOnly parameter that you can use:
http://lithosphere.lithium.com/restapi/vc/boards/id/studio/search/messages?q=move&readOnly=true
http://lithosphere.lithium.com/restapi/vc/boards/id/studio/search/messages?q=move&readOnly=false
Both should get you the results you want, but there are other ways to make messages readonly than moving them so I would suggest you use showMove=false.
Hope this helps,
Yuri
Hey,
is it any API call to check if a node setup to read-only?
I was told by Khoros support that does not exist.
- Akenefick2 years agoGenius
It is an admin setting so you can get it a couple of ways.
API V1
https://[Your Community]/restapi/vc/boards/id/[Board Id]/settings/name/config.read_only
Freemarker: name.get("setting_name") (khoros.com)
Related Content
- 8 years ago
- 2 years ago