v1
Execute SQL query
Allows execution of arbitrary SQL queries against the Sample database. Supports parameterized queries.
POST
Body
application/json
Response
200
application/json
The result of the SQL query execution. On success, returns 'rows'. If the query had issues but was processed, may return an 'error' object within a 200 response.
The result of the SQL query execution. On success, returns 'rows'. If the query had issues but was processed, may return an 'error' object within a 200 response.
The result of the SQL query execution. On success, returns 'rows'. If the query had issues but was processed, may return an 'error' object within a 200 response.