micha80Expert10 years agoGet readonly status using RestAPI or LiQL Hi @all, we made a board only readonly and want to get this information using the RestAPI or LiQL. Setup "Readonly" 1. We have done the setting in: Community Admin => Community structure => ...Show More
OlivierSLithium Alumni (Retired)10 years agomicha80 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'
Recent DiscussionsCan someone walk me through authenticating and using Postman with Aurora?SolvedDownload attachment using APICannot successfully archive message via API v2Featuring a topic in Khoros ClassicGetting a 414 error code when updating messages via API