Package com.ritense.form.web.rest
Interface FormDefinitionResource
- All Known Implementing Classes:
FormIoFormDefinitionResource
@RestController
@RequestMapping(value="/api",
produces="application/json;charset=UTF-8")
public interface FormDefinitionResource
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<FormOption>>getAll()
-
Method Details
-
getAll
@GetMapping("/v1/form-definition") org.springframework.http.ResponseEntity<List<FormOption>> getAll()
-