查询总体信息,包括统计信息(总帧数,最大最小值)
curl --location --request GET 'http://cloud.keepsoft.net:30100/api/results/v1/1d/summary?taskId=357' \ --header 'apiKey;' \ --header 'timestamp;' \ --header 'sign;'
{ "createTime": 1727164571406, "frames": 3, "statics": "{\"bottomElevation\":{\"min\":1036.0000,\"max\":1041.0000},\"discharge\":{\"min\":-10893.1920,\"max\":4103.2695},\"froude\":{\"min\":0.0000,\"max\":0.3840},\"velocity\":{\"min\":-2.4874,\"max\":3.5019},\"waterLevel\":{\"min\":1042.4146,\"max\":1053.3414},\"DO(mg/L)\":{\"min\":0,\"max\":0}}" }