@Path(value="/downloads")
 @Consumes(value="application/json")
 @Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface DownloadResource
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | downloadReport(String reportUuid,
              String filename)Download a report for the given file uuid. | 
@GET
 @Path(value="/reports/{reportUuid}")
InputStream downloadReport(@PathParam(value="reportUuid")
                                                                      String reportUuid,
                                                                      @QueryParam(value="filename")
                                                                      String filename)
reportUuid - report uuidfilename - filename for downloaded fileCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.