Class VivaRestService

java.lang.Object
org.exoplatform.addons.viva.VivaRestService

@RestController @RequestMapping("viva") public class VivaRestService extends Object
  • Constructor Details

    • VivaRestService

      public VivaRestService()
  • Method Details

    • viva

      @Secured("users") @PostMapping(path="messages") public org.springframework.http.ResponseEntity viva(@RequestParam("token") String token, @RequestParam("groupId") String groupId, @RequestParam("limit") String limit)