Constructor and Description |
---|
FormBuilderResource() |
Modifier and Type | Method and Description |
---|---|
Response |
getAnswersReport(String formId)
Returns the answers report of the given form.
|
@GET @Path(value="/forms/{formId:[A-F0-9]{32}}/answers/report.csv") @Produces(value="text/csv") public Response getAnswersReport(@PathParam(value="formId") @NotNull String formId) throws Exception
formId
- the form identifier.Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.