@Path(value="/lumis/service/analytics/eventanalytics/report/rest/graph") public class EventAnalyticsReportResource extends Object
Constructor and Description |
---|
EventAnalyticsReportResource() |
Modifier and Type | Method and Description |
---|---|
Response |
getGraph(String requestJSONStr,
String graphType)
Returns the response for a requested graph request as JSON data.
|
@Path(value="/{graphType}") @POST @Consumes(value="application/json") @Produces(value="application/json") public Response getGraph(String requestJSONStr, @PathParam(value="graphType") String graphType) throws Exception
Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.