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/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"onlineCodes": [
"string"
],
"modelCodes": [
"string"
]
}'
{
"error": {
"code": "string",
"message": "string",
"details": "string",
"data": {
"property1": null,
"property2": null
},
"validationErrors": [
{
"message": "string",
"members": [
"string"
]
}
]
}
}