Authorization: Bearer ********************
{
"cid": "string",
"intervals": 0,
"skipNum": 0,
"agents": [
"string"
],
"begin": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"type": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/RunData/PostValueByAgentList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "string",
"intervals": 0,
"skipNum": 0,
"agents": [
"string"
],
"begin": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"type": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"time": "2019-08-24T14:15:22Z",
"agentData": [
{
"val": 0,
"agentName": "string"
}
]
}
]
}
}