workspace

get the full schema of a datatable database as TableEditorValues

post/w/{workspace}/workspaces/get_datatable_full_schema

Path parameters

workspacestring required

Request body

sourcestring required

Source datatable, e.g. 'datatable://main'

Response

Schema as { schema_name: { table_name: TableEditorValues } }

object required

Changes