Class JourneyResource


  • @Path("/lumis/service/analytics/journey/{si: [a-fA-F0-9]{32}}")
    public class JourneyResource
    extends AbstractResourceForDouiAdministrations
    REST API for journey.
    Since:
    12.2.0
    Version:
    $Revision: 24388 $ $Date: 2021-03-03 14:12:13 -0300 (Wed, 03 Mar 2021) $
    • Constructor Detail

      • JourneyResource

        public JourneyResource()
        Default constructor.
        Since:
        12.2.0
    • Method Detail

      • getJourneys

        @GET
        @Path("/journeys")
        @Produces("application/json")
        public java.lang.String getJourneys()
                                     throws PortalException
        Returns the journeys of service instance.
        Returns:
        the journeys of service instance.
        Throws:
        PortalException
        Since:
        12.2.0
      • getJourneyStage

        @GET
        @Path("/journey-stage/{journeyStageId: [a-fA-F0-9]{32}}")
        @Produces("application/json")
        public java.lang.String getJourneyStage​(@PathParam("journeyStageId")
                                                java.lang.String journeyStageId)
                                         throws PortalException
        Returns the journeys of service instance.
        Returns:
        the journeys of service instance.
        Throws:
        PortalException
        Since:
        12.2.0