Interface ListingResource


  • @Path("/listings/v1")
    public interface ListingResource
    • Method Detail

      • getListings

        @GET
        @Path("/getListings")
        @Produces("application/xml")
        @Rate(permits=1L,
              duration=2L,
              timeUnit=MINUTES)
        BrokerListings getListings​(@QueryParam("apiToken")
                                   String apiToken,
                                   @QueryParam("ticketId")
                                   Integer ticketId)