Debug

Execute a read-only SQL query

post/api/db-query

Request body

sqlstring
querystring

Deprecated runtime alias for sql.

Response

Query results

columnsstring[] required
elapsednumber required
totalnumber required
truncatedboolean required
rowLimitnumber nullable required

Changes

Changed in 3 of the 104 revisions of this API.5

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the media type application/json for the response with the status

      response-media-type-added