- Base
- Cache
- CodeConfig
- Data
- DosingLog
- ImportExport
- ModelConfig
- WestModelParameter
- DataCleanEndTrigger
- Alarm
根据模型名称查询模型参数配置项【内部接口】
已测完
GET
/api/v2/code-config/model-para/get-by-model
ModelConfig
请求参数
Query 参数
modelName
string
模板模型名称
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/v2/code-config/model-para/get-by-model'
返回响应
🟢200成功
text/plain
Body
array of:
id
string <uuid>
可选
modelCode
string | null
可选
modelName
string | null
可选
paraCode
string | null
可选
value
number <double>
可选
unit
string | null
可选
productionLine
string | null
可选
description
string | null
可选
group
string | null
分组 group
示例
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"modelCode": "string",
"modelName": "string",
"paraCode": "string",
"value": 0,
"unit": "string",
"productionLine": "string",
"description": "string",
"group": "string"
}
]