Table

put

Update table

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Body
Responses
200

Success: updated table

application/json
put
/api/v1/table/
put
Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
database_idstringRequired
Query parameters
is_excludedbooleanRequired
Body
schema_namesany ofOptionalDefault: null
string[]Optional
or
nullOptional
table_idsany ofOptionalDefault: null
string · uuid[]Optional
or
nullOptional
not_table_idsany ofOptionalDefault: null
string · uuid[]Optional
or
nullOptional
table_keywordany ofOptionalDefault: null
stringOptional
or
nullOptional
column_keywordany ofOptionalDefault: null
stringOptional
or
nullOptional
Responses
put
/api/v1/table/{database_id}/exclude/
204

No response body

No content

get

Get single table

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
table_idstringRequired
Responses
200

Success: Single table

application/json
get
/api/v1/table/{table_id}/
get

List first 100 rows of table

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
table_idstringRequired
Responses
200

Success: List of table rows

application/json
get
/api/v1/table/{table_id}/preview/
post

Update table subsetting config

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
table_idstringRequired
Body
processing_typestringRequired
percentageany ofOptionalDefault: null
integerOptional
or
nullOptional
where_clauseany ofOptionalDefault: null
stringOptional
or
nullOptional
Responses
200

Success: set subject table config

application/json
post
/api/v1/table/{table_id}/set_subsetting/

Last updated

Was this helpful?