v1

latestSwagger 2.0MIT2026-07-17538.8 KB
fiddles

Returns an existing fiddle schema definition along with query results

get/loadContent/{db_type_id}/{short_code}/{query_id}

Path parameters

db_type_idinteger required

ID of database type

short_codestring required

hash code identifying the unique schema

query_idinteger required

ID of query to execute

Response

successful operation

full_namestring
ddlstring

The statements used to create this particular schema

schema_statement_separatorstring

The separator used to separate each statement within the ddl value

sqlstring

The statements used to query within the schema

query_statement_separatorstring

The separator used to separate each statement within the sql value