Class AuditLogRest


  • @Path("/audit")
    @Component
    public class AuditLogRest
    extends BaseRest
    REST interface for the AuditLogReader.
    Author:
    Daniel Bernstein Date: Sept 17, 2014
    • Method Detail

      • getAuditLog

        @Path("/{spaceId}")
        @GET
        public javax.ws.rs.core.Response getAuditLog​(@PathParam("spaceId")
                                                     String spaceId,
                                                     @QueryParam("storeID")
                                                     String storeId)