Wizard
List tables from a connected datasource
Discovers tables, views, and materialized views in a connected database for the wizard table selection step. Supports PostgreSQL and MySQL datasources. Requires admin role.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/wizard/profile" \ -H "Content-Type: application/json" \ -d '{ "connectionId": "string" }'{
"connectionId": "string",
"dbType": "string",
"schema": "string",
"tables": [
{
"property1": null,
"property2": null
}
]
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}