POST /metadata
Description:
Retrieves metadata (Table
and Column
details) from the database based on the provided Connection
details.
Request Body:
Type:
Connection
Description: A JSON object with connection details to the database.
Example Request:
Response:
200 OK
:Type:
Table
[]
Body: A JSON array of
Table
objects, each containing columns.
500 Internal Server Error
:Type:
SQLError
Body:
CURL Example:
Last updated