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