Class ExprimentalJooqController
java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.experimental.ExprimentalJooqController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEachStudyParticipantDashboard
(String studyId, TabularRowsRequest payload, boolean includeGeneratedSqlInResp, boolean includeGeneratedSqlInErrorResp)
-
Constructor Details
-
ExprimentalJooqController
-
-
Method Details
-
getEachStudyParticipantDashboard
@PostMapping("jooq/each-study-participant-dashboard") @ResponseBody public Object getEachStudyParticipantDashboard(@RequestParam String studyId, @RequestBody TabularRowsRequest payload, @RequestHeader(value="X-Include-Generated-SQL-In-Response",required=false) boolean includeGeneratedSqlInResp, @RequestHeader(value="X-Include-Generated-SQL-In-Error-Response",required=false,defaultValue="true") boolean includeGeneratedSqlInErrorResp)
-