FranzG
Genius
Joined 15 years ago
Joined 15 years ago
FranzG yes, you can get those, but it's (as usual) a bit difficult because the setting keys are not obvious... try these queries (you can use '*' to get more fields, but I found the user.derived the most useful/clear):
"SELECT user.derived FROM settings WHERE id = 'layout.mark_messages_read_by_moderator' AND user.id = '<user.id>'"
"SELECT user.derived FROM settings WHERE id = 'layout.show_mod_flag_column' AND user.id = '<user.id>'"
Update. Lithium Support has confirmed that the edit message API would need to be used.
The POST method on the labels API is just supported as another way to read the label data.