Class FormService

java.lang.Object
de.xima.fc.api.rest.pub.impl.form.services.FormService

@Path("/forms/{clientUuid}") public class FormService extends Object
  • Constructor Details

    • FormService

      public FormService()
  • Method Details

    • getSingleForm

      @GET @Path("/{formUuid}") @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"}) public javax.ws.rs.core.Response getSingleForm(@PathParam("formUuid") UUID formUuid)