- 水环境监管
- 通用接口
- 健康评价
- 环境质量考核
- 工程评估
- 治理工程库
- 工程效果评估
- 水质预报预警
- 容量测算
- 容量GIS分析
- 水环境容量
- 容量查询
- 知识图谱
- 知识图谱文献总览
- 污染应急
- 污染溯源
获取满足查询条件的所有贡献度数据
GET
http://1.24.238.233:19051/api/trace/contribution
请求参数
Query 参数
pageNum
integer
可选
示例值:
1
pageSize
integer
可选
示例值:
10
pontoonId
string
浮船ID
reportDate
string
上报日期
warningDate
string
预警日期
warningHour
integer
预警小时
pollutionId
string
所属污染物
riverId
string
所属河流Id
Header 参数
Authorization
string
认证Token
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://1.24.238.233:19051/api/trace/contribution' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer | null
状态码
count
integer | null
总条数
msg
string | null
提示信息
data
array[object (PollutionTraceabilityEntity) {13}] | null
返回数据
pontoonId
string | null
所属浮船断面
warningDate
string | null
预警日期
warningHour
integer | null
预警小时
pollutionId
string | null
所属污染物
pollution
object (WarningInfoEntity)
污染物对象
warningValue
number | null
预警值
reportDate
string | null
报告日期
riverId
string | null
所属河流
river
object (PollutionTraceabilityRiverEntity)
河流对象
pollutionConc
number | null
溯源浓度
pollutionContribution
number | null
贡献度
total
number | null
溯源污染物总量
reference
number | null
参考总量
示例
{
"code": 0,
"count": 0,
"msg": "",
"data": [
{
"pontoonId": "",
"warningDate": "",
"warningHour": 0,
"pollutionId": "",
"pollution": {
"pollutionCode": "",
"pollutionSourceName": "",
"styleName": "",
"warningValue": 0.0,
"itemCode": ""
},
"warningValue": 0.0,
"reportDate": "",
"riverId": "",
"river": {
"pkid": "",
"name": "",
"code": "",
"lng": 0.0,
"lat": 0.0,
"workspaceName": "",
"storeName": "",
"layerName": "",
"styleName": "",
"expression": "",
"m": 0,
"n": 0,
"flowCode": "",
"flow": 0.0
},
"pollutionConc": 0.0,
"pollutionContribution": 0.0,
"total": 0.0,
"reference": 0.0
}
]
}
修改于 2023-12-19 03:17:40