It...
http://localhost:8080/tablename/*/columnfamily:columnid
... will return all the values in your table relative to this column in this table, such as applying a column filter in the scanner.
Also, if you are looking for multiple columns, separate them with a comma.
So: /tablename/*/columnfamily:columnid,columnfamily:columnid2
source
share