Authorization: Bearer ********************
{
"fullPathCode": "string",
"fullRouteCode": "string",
"userName": "string"
}
curl --location --request POST 'http://ip:port/openApi/api/v2/open/fields/rule/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullPathCode": "string",
"fullRouteCode": "string",
"userName": "string"
}'
{
"code": "string",
"data": [
{
"allOption": "string",
"fieldCode": "string",
"fieldCustomName": "string",
"fieldDefaultName": "string",
"fieldNameFullPathCode": "string",
"formula": "string",
"fullPathCode": "string",
"id": 0,
"inputType": "string",
"isDynamicAdd": true,
"isEdit": true,
"isNeed": true,
"isScan": true,
"isShow": true,
"moduleCode": "string",
"optionValuesType": "string",
"relatedApiCode": "string",
"relatedApiEntity": {
"code": "string",
"id": 0,
"name": "string",
"remark": "string",
"reqBodyScript": "string",
"reqBodyScriptEnable": true,
"reqParamScript": "string",
"reqParamScriptEnable": true,
"requestHeader": "string",
"requestMethod": "GET",
"resBodyScript": "string",
"resBodyScriptEnable": true,
"state": "ENABLE",
"url": "string"
},
"remark": "string",
"route": "string"
}
],
"message": "string",
"time": "2019-08-24T14:15:22Z"
}