Execute a query on the database via GET method.
Execute a query on the database via GET method.
Execute a query on the database, on a given table, via GET method. The query can be paginated using the parameters page and pageSize.
GET
Execute a query on the database via GET method.
Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
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.