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'
- micha8010 years agoExpert
Hi OlivierS,
thanks for your reply. But the question is not about messages. Its about boards.
Regards,
Michael
- 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
Related Content
- 12 years ago
- 11 years ago
- 10 years ago
- 7 years ago
- 2 years ago