Class LegacyQuestionController

java.lang.Object
edu.ucsb.cs.scaffold.controller.LegacyQuestionController

@RestController public class LegacyQuestionController extends Object
  • Constructor Details

    • LegacyQuestionController

      public LegacyQuestionController()
  • Method Details

    • getQuestionConcepts

      @GetMapping("/api/legacy/questions/{questionId}/concepts") public List<QuestionConcept> getQuestionConcepts(@PathVariable UUID questionId)