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: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
    • Constructor Detail

      • ABTestAdminResource

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

      • goToExperimentPerformanceDashboard

        @Path("/toExperimentPerformance/{experimentId: [A-Fa-f0-9]{32}}")
        @GET
        public 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