Class ABTestAdminResource


  • @Path("/lumis/service/analytics/abtest/{si: [a-fA-F0-9]{32}}")
    public class ABTestAdminResource
    extends AbstractResourceForDouiAdministrations
    REST API for event administration.
    Since:
    14.0.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • ABTestAdminResource

        public ABTestAdminResource()
        Default constructor.
        Since:
        14.0.0
    • Method Detail

      • goToExperimentPerformanceDashboard

        @Path("/toExperimentPerformance/{experimentId: [A-Fa-f0-9]{32}}")
        @GET
        public javax.ws.rs.core.Response goToExperimentPerformanceDashboard​(@PathParam("si")
                                                                            java.lang.String cxServiceInstanceId,
                                                                            @PathParam("experimentId")
                                                                            java.lang.String experimentId)
                                                                     throws PortalException
        Intermediate endpoint to redirect the user to the correct URL.
        Parameters:
        cxServiceInstanceId - the customer experience service instance identifier
        experimentId - the experiment identifier
        Returns:
        a redirect response.
        Throws:
        PortalException
        Since:
        16.0.0