dtc-data
  1. 网咨融合-结果统计
dtc-data
  • 网咨融合-结果统计
    • 查询-入库结果统计
      POST
    • 导出-入库结果统计
      POST
    • 查询-入库结果统计详情
      POST
    • 导出-入库结果统计详情
      POST
    • 查询-对比结果统计
      POST
    • 导出-对比结果统计
      POST
    • 查询-对比结果统计详情
      POST
    • 导出-对比结果统计详情
      POST
  1. 网咨融合-结果统计

查询-入库结果统计详情

开发中
POST
/dtc-data-calculate-service/NmrDataResultController/queryCommitResultDetail

请求参数

Header 参数
Content-Type
string 
必需
示例值:
application/json
Body 参数text/plain
示例
示例值:{ "name": "2", "code": null, "regionId": "1005555555000001", "ownerNetId": "114718", "specId": "1030400001", "dateTime": "2025-05-14", "syncResult": null, "pageNumber": "1", "pageSize": "10" }

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/dtc-data-calculate-service/NmrDataResultController/queryCommitResultDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "2",
    "code": null,
    "regionId": "1005555555000001",
    "ownerNetId": "114718",
    "specId": "1030400001",
    "dateTime": "2025-05-14",
    "syncResult": null,
    "pageNumber": "1",
    "pageSize": "10"
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{"code":0,"message":"成功","exceptionCode":"00000","data":{"records":[{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030400001","specName":"1030400001","id":"72601","syncResult":"","name":"2/2","code":"2/2","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030400001","specName":"1030400001","id":"72602","syncResult":"","name":"2/1","code":"2/1","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030400001","specName":"1030400001","id":"72603","syncResult":"","name":"1/2","code":"1/2","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030400001","specName":"1030400001","id":"72605","syncResult":"","name":"2/3","code":"2/3","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030400001","specName":"1030400001","id":"72608","syncResult":"","name":"2/4","code":"2/4","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1030200001","specName":"1030200001","id":"72802","syncResult":"","name":"2","code":"2","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""},{"regionId":"1005555555000001","regionName":"南京","ownerNetId":"114718","ownerNetName":"114718","specId":"1041100018","specName":"1041100018","id":"75704","syncResult":"","name":"1/1/2","code":"1/1/2","ckDeviceId":"a-leaf-001","ckDeviceIp":"10.10.10.33","ckDeviceName":"模拟-新城-a Leaf设备","ckDeviceCode":""}],"total":"7","size":"10","current":"1","pages":"1"},"timestamp":"1747364327000"}
上一页
导出-入库结果统计
下一页
导出-入库结果统计详情
Built with