Package overit.geocall.base.rs2.messages
Class MaintenanceServiceV2
java.lang.Object
overit.geocall.base.rs2.messages.MaintenanceServiceV2
@RestController
@RequestMapping("communications/messages/r1/maintenance-messages")
public class MaintenanceServiceV2
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MaintenanceServiceV2
public MaintenanceServiceV2()
-
-
Method Details
-
getMaintenanceNotification
@GetMapping(produces="application/json;charset=UTF-8") public List<MaintenanceNotificationInfos> getMaintenanceNotification(@RequestParam(value="_language",required=false,defaultValue="USER") String lang)
-