v1
latestOpenAPI 3.0.02026-07-2638801.8 MBfield
List fields
Retrieve a list of fields in a table with optional filtering
get/table/{tableId}/field
Path parameters
tableIdstring required
Query parameters
viewIdstring
The id of the view.
The id of the view.
filterHiddenboolean nullable
projectionstring[]
If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained
If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained
Response
Returns the list of field.
Example response
[
{
"name": "Tags",
"type": "singleSelect",
"description": "this is a summary"
}
]