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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.