v1
latestOpenAPI 3.0.02026-07-2638801.8 MBbase
Get the erd of a base
get/base/{baseId}/erd
Path parameters
baseIdstring required
Response
Returns the erd of a base.
Example response
{
"nodes": [
{
"fields": [
{
"name": "Tags",
"type": "singleSelect"
}
]
}
]
}