Skip to main content
POST
/
activeviam
/
database
/
rest
/
v10
/
data
/
tables
/
{tableName}
{
  "title": "Success",
  "description": "Success"
}

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

tableName
string
required

Desired table name.

Query Parameters

queryAction
enum<string>
required

Action flag to indicate a query on this table.

Available options:
count,
select
page
integer<int32>

The page to return. First page (and default) is 1.

pageSize
integer<int32>

The maximum number of rows in the page. Default is 100.

query
string
default:ignored

Body

application/json

Query parameters in JSON format.

branch
string
conditions
object
distinct
boolean
epoch
integer<int64>
fields
string[]
page
integer<int32>
pageSize
integer<int32>
timeout
integer<int64>

Response

200 - application/json

Query executed successfully.

epoch
integer<int64>
headers
object[]
pagination
object
rows
object[][]