Interface FormTagsRestService

  • All Known Implementing Classes:
    FormsRestServiceController

    @RequestMapping("${dialob.api.context-path:}/tags")
    public interface FormTagsRestService
    • Method Detail

      • getTags

        @GetMapping(produces="application/json")
        org.springframework.http.ResponseEntity<List<io.dialob.api.form.FormTag>> getTags​(@RequestParam(name="formName",required=false)
                                                                                          String formName,
                                                                                          @RequestParam(name="formId",required=false)
                                                                                          String formId,
                                                                                          @RequestParam(name="name",required=false)
                                                                                          String name)