Authorization: Bearer ********************
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"onlineCodes": [
"string"
],
"modelCodes": [
"string"
]
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/history-data/get-by-condition' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"onlineCodes": [
"string"
],
"modelCodes": [
"string"
]
}'
[
{
"time": "string",
"pointCode": "string",
"value": 0,
"tag": "string"
}
]