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