curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/columns{
"columns": [
{
"name": "<string>",
"nullable": true,
"type": "<string>"
}
]
}Get columns from a specific table
curl --request GET \
--url https://use.hoop.dev/api/connections/{nameOrID}/columns{
"columns": [
{
"name": "<string>",
"nullable": true,
"type": "<string>"
}
]
}Show child attributes
Was this page helpful?