# File lib/rbrainz/webservice/webservice.rb, line 102
      def get(entity_type, options={ :id=>nil, :include=>nil, :filter=>nil, :version=>1 })
        Utils.check_options options, :id, :include, :filter, :version
        uri = create_uri(entity_type, options)
        response = open_connection_and_make_request(uri, :get)
        return response
      end