Data Dictionary
Get single field definition
Returns a single field definition by field name.
get/tables/fields/{dbId}/{tableId}/{fieldName}
Path parameters
dbIdstring required
Database ID
tableIdstring required
Table ID
fieldNamestring required
Field name
Response
successful operation
Example response
{
"status": "success"
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲