- 水环境监管
- 通用接口
- 健康评价
- 环境质量考核
- 工程评估
- 治理工程库
- 工程效果评估
- 水质预报预警
- 容量测算
- 容量GIS分析
- 水环境容量
- 容量查询
- 知识图谱
- 知识图谱文献总览
- 污染应急
- 污染物数据库
- 突发污染应急
- 应急模型
- 污染溯源
查询任务列表
GET
http://1.24.238.233:19051/api/pollutionEmergency/task/list
请求参数
Query 参数
riverName
string
污染水体名称
name
string
污染物名称
pageNum
integer
可选
示例值:
1
pageSize
integer
可选
示例值:
10
type
string
可选
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/pollutionEmergency/task/list' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer | null
状态码
count
integer | null
总条数
msg
string | null
提示信息
data
array[object (EmergencyLogEntity) {26}] | null
返回数据
pkid
string | null
主键
reportDate
string | null
上报日期
eventDate
string | null
可选
model
string | null
应急模式
m
integer | null
网格M轴
n
integer | null
网格N轴
lng
string | null
开始经度
lat
string | null
开始纬度
name
string | null
污染物名称
pollutionEmergency
object (PollutionEmergencyHandlingEntity)
污染物详情
leakage
number | null
泄露量
density
number | null
密度
dissolutionRate
number | null
溶解率
status
integer | null
事件状态
river
string | null
水体
riverEntity
object (PollutionTraceabilityRiverEntity)
河流水体信息
level
string | null
应急等级
plan
string | null
应急预案
report
string | null
评估报告
startMode
string | null
启动模式
peakCoordinate
string | null
峰值坐标
peakConcentration
number | null
峰值浓度
peakTime
string | null
峰值时间
enterDuration
string | null
入岱时长
gif
string | null
动效图地址
boundary
string | null
动效图边框
示例
{
"code": 0,
"count": 0,
"msg": "",
"data": [
{
"pkid": "",
"reportDate": "",
"eventDate": "",
"model": "",
"m": 0,
"n": 0,
"lng": "",
"lat": "",
"name": "",
"pollutionEmergency": {
"pkid": "",
"cnName": "",
"enName": "",
"alias": "",
"dangerousGoodsNo": "",
"casNo": "",
"unNo": "",
"molecularFormula": "",
"molecularWeight": "",
"meltingBoilingPoint": "",
"vaporPressureFlashpoint": "",
"relativeDensity": "",
"appearanceProperties": "",
"stability": "",
"solubility": "",
"hazardLabel": "",
"primarySource": "",
"hazard": "",
"onSiteEmergencyMonitoring": "",
"labMonitoringMethods": "",
"environmentalStandards": "",
"emergencyActions": "",
"victimFirstAid": "",
"rescuePpe": ""
},
"leakage": 0.0,
"density": 0.0,
"dissolutionRate": 0.0,
"status": 0,
"river": "",
"riverEntity": {
"pkid": "",
"name": "",
"code": "",
"lng": 0.0,
"lat": 0.0,
"workspaceName": "",
"storeName": "",
"layerName": "",
"styleName": "",
"expression": "",
"m": 0,
"n": 0,
"flowCode": "",
"flow": 0.0
},
"level": "",
"plan": "",
"report": "",
"startMode": "",
"peakCoordinate": "",
"peakConcentration": 0.0,
"peakTime": "",
"enterDuration": "",
"gif": "",
"boundary": ""
}
]
}
修改于 2023-12-22 08:24:59