Execute a query on the database via get method
GET
Execute a query on the database via GET method.
Path Parameters
Desired table name.
Query Parameters
The branch on which to retrieve rows. Default is master branch.
The epoch on which to retrieve rows. Default is latest.
The maximum number of rows in the page. Default is 100.
The page to return. First page (and default) is 1.
The fields (columns) of the rows to retrieve, separated by commas. If not specified, all the fields are returned.