Custom Sql Database Controller

post
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
Body
stringOptional
Responses
200

OK

*/*
post
/api/custom-sql-database/{datasourceId}/sql
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/table
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
tableNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/table/{tableName}
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/procedure
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
procedureNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/procedure/{procedureName}
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/function
get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Path parameters
datasourceIdstringRequired
schemaNamestringRequired
functionNamestringRequired
Responses
200

OK

*/*
get
/api/custom-sql-database/{datasourceId}/schema/{schemaName}/function/{functionName}

Last updated