Execute SQL query (synchronous)
Execute a SQL query and return the results immediately
post/api/query
Request body
Example request
{
"query": "SELECT * FROM efr_users"
}Response
Query executed successfully
Execute a SQL query and return the results immediately
{
"query": "SELECT * FROM efr_users"
}Query executed successfully