Class UserStatisticsAjaxController


  • @RestController
    @RequestMapping("/ajax/user/statistics")
    public class UserStatisticsAjaxController
    extends java.lang.Object
    Controller for user statistics
    • Constructor Detail

      • UserStatisticsAjaxController

        @Autowired
        public UserStatisticsAjaxController​(UIUserStatisticsService uiUserStatisticsService)
    • Method Detail

      • getUserStatistics

        @GetMapping("")
        public org.springframework.http.ResponseEntity<UserStatisticsResponse> getUserStatistics​(@RequestParam
                                                                                                 java.lang.Long userId)
        Get basic user usage statistics for dashboard
        Parameters:
        userId - The identifier for the user
        Returns:
        dto with user usage stats