Forum Discussion
OlivierS
10 years agoLithium Alumni (Retired)
micha80 the message resource has a read_only property:
SELECT read_only FROM messages
However, it looks like you can't use the read_only property in a WHERE clause, so this won't work:
SELECT * FROM messages WHERE read_only='true'
Sign in to react to this post
micha80
10 years agoExpert
Hi OlivierS,
thanks for your reply. But the question is not about messages. Its about boards.
Regards,
Michael
Sign in to react to this post
- Claudius10 years agoBoss
Hallo Michael,
I would have expected the read only parameter to be exposed via the "settings" call for Boards. Unfortunately no luck there.
But I recalled an earlier case where I wanted to enable custom tags on individual board level and via some DOM inspection of the admin settings I found the correct parameter name to poll:http://community.lithium.com/community-name/restapi/vc/boards/id/[id]/settings/name/config.read_only
Sign in to react to this post