According with the Object Example, the Parameter Statistics.Channels is a Structure with multiple parameters inside (see below):
"Body": {
"Id": "1",
"Status": "Complete",
"Timestamp": "2018-04-09T20:45:00+01:00",
"Statistics": {
"Channels": [
{
"Id": 1,
"Grade": 93,
"BSSCount": 5,
"Noise": {
"Average": -80,
"Background": -100
},
"SignalNoiseRatio ": 20,
"Usage": 0.23
}
]
}
}
Theses parameters of the structure are not mapped on the parameters details.
According with the Object Example, the Parameter Statistics.Channels is a Structure with multiple parameters inside (see below):
"Body": {
"Id": "1",
"Status": "Complete",
"Timestamp": "2018-04-09T20:45:00+01:00",
"Statistics": {
"Channels": [
{
"Id": 1,
"Grade": 93,
"BSSCount": 5,
"Noise": {
"Average": -80,
"Background": -100
},
"SignalNoiseRatio ": 20,
"Usage": 0.23
}
]
}
}
Theses parameters of the structure are not mapped on the parameters details.