def list_tickets
      # TODO: Should take in filters as arguments.
      xml = make_xml('TicketListingRequest')
      r   = execute(xml, '1.2')
      tickets = []