Export Sql
URL: http://localhost:8888/openapi/exportSql?id=1
Origin Url: http://localhost:8888/openapi/exportSql
Type: GET
Request headers
| Header Name | Header Value |
|---|
Parameters
Path parameters
| Parameter | Type | Value | Description |
|---|
URL parameters
| Required | Parameter | Type | Value | Description |
|---|---|---|---|---|
| true | id | Number | 1 | Task Id |
Body parameters
JSON
JSON document
Form URL-Encoded
| Required | Parameter | Type | Value | Description |
|---|
Multipart
| Required | Parameter | Type | Value | Description |
|---|
Response
Response example
Response document
{
"msg": "Result Message",
"code": "Result Code",
"data": {
"java.lang.String": "No comment,Type =String"
},
"success": "Result is Success",
"time": "Result Time"
}