查询总体信息,包括统计信息(总帧数,最大最小值)
curl --location --request GET 'http://cloud.keepsoft.net:30100/api/results/v2/1d/summary?taskId=357' \ --header 'apiKey;' \ --header 'timestamp;' \ --header 'sign;'
{ "createTime": 1745479034600, "frames": 7, "statics": { "bottomElevation": { "min": 469, "max": 545 }, "discharge": { "min": 21.6246, "max": 642.4182 }, "froude": { "min": 0.1249, "max": 9.8713 }, "velocity": { "min": 0.6456, "max": 34.7984 }, "waterLevel": { "min": 471.9778, "max": 546.3931 }, "sediment": {}, "pollutant": {} }, "taskId": "123551" }