Class FormDocService


  • @Path("/forms/doc")
    public class FormDocService
    extends Object
    Service providing base functionality of the REST API
    Since:
    8.2.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • FormDocService

        public FormDocService()
    • Method Detail

      • getOpenApi

        @GET
        @Path("/openapi.{type:json|yaml}")
        @Produces({"application/json; charset=utf-8","application/yaml; charset=utf-8"})
        public javax.ws.rs.core.Response getOpenApi​(@Context
                                                    javax.ws.rs.core.HttpHeaders headers,
                                                    @PathParam("type")
                                                    String type)
                                             throws Exception
        Throws:
        Exception