文档
测试

检查项目-查询项目

GET
http://192.168.0.7:8086/supervision/project/list

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
result
array
数据列表
必填
project
string
示例:苏州市区垃圾分类考核项目 (项目名称)
必填
projectCode
string
示例:20200921143212 (项目编号)
必填
startTime
string
示例:2020-09-22 00:00:00 (项目开始时间)
必填
endTime
string
示例:2020-09-30 00:00:00 (项目结束时间)
必填
creatorId
string
示例:11 (创建人id)
必填
city
string
示例:213500 (区县)
必填
cityCode
string
示例:demoData (区县行政区域编码)
必填
status
int
示例:200
必填
timestamp
int
示例:1600844878765
必填

说明 / 示例

{ "code": "0", "result": [ { "createdTime": "2020-09-27T12:58:29.000+08:00", "createdBy": null, "updatedTime": "2020-09-27T12:58:29.000+08:00", "updatedBy": null, "version": 0, "status": true, "id": 32, "project": "白洋湾街道检查项目005", "projectCode": "c7803a25c2cb41ae8d8f9234ff3cd2a4", "startTime": "2020-09-28", "endTime": "2020-09-30", "creatorId": "286970758874", "streetCode": "[\"320508017000\",\"320508018000\"]", "streetName": "[\"白洋湾街道\",\"平江街道\"]" } ], "status": 200, "timestamp": 1601354350554 }