v1
latestOpenAPI 3.0.02026-07-2638801.8 MBfield
Get a field
Retrieve detailed information about a specific field by its ID
get/table/{tableId}/field/{fieldId}
Path parameters
tableIdstring required
fieldIdstring required
Response
Returns data about a field.
Example response
{
"name": "Tags",
"type": "singleSelect",
"description": "this is a summary"
}