Execute a query on the database.
Execute a query on the database, on a given table, via POST method. The query can be paginated using the parameters page and pageSize.
POST
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
Action flag to indicate a query on this table.
Available options:
count, select The page to return. First page (and default) is 1.
The maximum number of rows in the page. Default is 100.
Body
application/json
Query parameters in JSON format.
Execute a query on the database via GET method.
Previous
Get the full description of the database.
Next