if id.present?
        from = find_from_format(id: id)

        # generate name for method to call dynamically
        hsh = from.present? ? send("get_" + from, id: id, sandbox: sandbox) : {}