v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
Data Dictionary

Get all fields for a table

Returns all field definitions (data dictionary) for a table. Fields are sorted by field_order.

get/tables/fields/{dbId}/{tableId}

Path parameters

dbIdstring required

Database ID

tableIdstring required

Table ID

Response

successful operation

statusstring
db_idstring
table_idstring
total_fieldsinteger

Total number of fields

Example response

{
  "status": "success"
}