Operation
post /esmSQLQueryService/getSQLQueryResult
getSQLQueryResult (getSQLQueryResult : /esmSQLQueryService/getSQLQueryResult)
getSQLQueryResult
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | req | SqlQueryRequest |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
SqlQueryResult
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
SqlQueryResult
Name |
Type |
Description |
Enum |
---|---|---|---|
sqlQuery | String string |
--- | --- |
sqlQueryResult | String string |
--- | --- |
errorString | String string |
--- | --- |
sqlJSONResult | array[Map«string,object»] Map«string,object» |
--- | --- |