/social

Document • By Codrut Software • Last modified 09 April 2026

The bolded name is provided in the request JSON object as the "mode" value.

https://api.codrutsoft.com/social


Methods

  • get-reviews - Returns in reviews an array of reviews for the app specified in app, including usernames or "anonymous"/"deleted" for users.
  • add-review - Adds a review for the app in app with rating in rating and message in message. Requires authentication for logged-in users with PERM_CONNECT_SOCIAL permission.
  • delete-review - Deletes the review for the app in app by the authenticated user. Requires authentication and PERM_CONNECT_SOCIAL permission.
  • guestbook-read-entries - Returns in guestbook an array of all guestbook entries.
  • guestbook-sign - Adds a new entry to the guestbook with user name in user and message in message.
  • news-set-rating - Sets a rating reaction in rating for the article in article. Uses user identifier or account ID if authenticated with PERM_CONNECT_SOCIAL.
  • news-get-comments - Returns in comments an array of comments for the article in article, with usernames or "anonymous".
  • news-write-comment - Adds a comment with message in message to the article in article. Requires authentication for logged-in users with PERM_CONNECT_SOCIAL permission.
  • news-delete-comment - Deletes the comment with ID in id from the article in article by the authenticated user. Requires authentication and PERM_CONNECT_SOCIAL permission.