{
"id": 0,
"projectId": 0,
"name": "string",
"path": "string",
"filePath": "string",
"qualifiedName": "string",
"methodName": "string",
"method": "string",
"description": "string",
"requestBodyType": "string",
"requestBody": "string",
"createdAt": "string",
"updatedAt": "string",
"parameters": [
{
"id": 0,
"projectId": 0,
"apiId": 0,
"name": "string",
"type": "string",
"paramIn": "string",
"paramValue": "string",
"remark": "string",
"isGlobal": "string",
"required": true,
"description": "string",
"defaultValue": "string",
"example": "string"
}
]
}curl --location --request GET 'https://10086fjai.com/api/queryApiList' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"projectId": 0,
"name": "string",
"path": "string",
"filePath": "string",
"qualifiedName": "string",
"methodName": "string",
"method": "string",
"description": "string",
"requestBodyType": "string",
"requestBody": "string",
"createdAt": "string",
"updatedAt": "string",
"parameters": [
{
"id": 0,
"projectId": 0,
"apiId": 0,
"name": "string",
"type": "string",
"paramIn": "string",
"paramValue": "string",
"remark": "string",
"isGlobal": "string",
"required": true,
"description": "string",
"defaultValue": "string",
"example": "string"
}
]
}'{
"count": 0,
"data": [
{
"id": 0,
"projectId": 0,
"name": "",
"path": "",
"filePath": "",
"qualifiedName": "",
"methodName": "",
"method": "",
"description": "",
"requestBodyType": "",
"requestBody": "",
"createdAt": "",
"updatedAt": "",
"parameters": [
{
"id": 0,
"projectId": 0,
"apiId": 0,
"name": "",
"type": "",
"paramIn": "",
"paramValue": "",
"remark": "",
"isGlobal": "",
"required": false,
"description": "",
"defaultValue": "",
"example": ""
}
]
}
],
"code": 0,
"message": "",
"errorMessage": "",
"systemError": ""
}