Tables
Get table schema
Returns only the schema (fields, types, formats) for a table.
get/public/v1/tables/{name}/schema
Path parameters
namestring required
Example:tasks_board
Response
Table schema
Example response
{
"ok": true
}Returns only the schema (fields, types, formats) for a table.
Table schema
{
"ok": true
}