Sure, although the example is correct. If you are having an issue using it with your organization, please do open a support case.
GET https://api.meraki.com/api/v1/organizations/:organizationId/wireless/devices/channelUtilization/byDe...
[
{
"serial": "actual AP serial",
"mac": "actual AP MAC",
"byBand": [],
"network": {
"id": "actual network ID"
}
},
{
"serial": "actual AP serial",
"mac": "actual AP MAC",
"network": {
"id": "actual network ID"
},
"byBand": [
{
"band": "2.4",
"wifi": {
"percentage": 18.48
},
"nonWifi": {
"percentage": 1.55
},
"total": {
"percentage": 20.03
}
},
{
"band": "5",
"wifi": {
"percentage": 1.82
},
"nonWifi": {
"percentage": 0.19
},
"total": {
"percentage": 2.01
}
}
]
},
{
"serial": "actual AP serial",
"mac": "actual AP MAC",
"network": {
"id": "actual network ID"
},
"byBand": [
{
"band": "2.4",
"wifi": {
"percentage": 40.78
},
"nonWifi": {
"percentage": 2.56
},
"total": {
"percentage": 43.34
}
},
{
"band": "5",
"wifi": {
"percentage": 14.83
},
"nonWifi": {
"percentage": 0.52
},
"total": {
"percentage": 15.35
}
},
{
"band": "6",
"wifi": {
"percentage": 0.41
},
"nonWifi": {
"percentage": 0.12
},
"total": {
"percentage": 0.53
}
}
]
},
{
"serial": "actual AP serial",
"mac": "actual AP MAC",
"network": {
"id": "actual network ID"
},
"byBand": [
{
"band": "2.4",
"wifi": {
"percentage": 20.63
},
"nonWifi": {
"percentage": 7.13
},
"total": {
"percentage": 27.76
}
},
{
"band": "5",
"wifi": {
"percentage": 13.01
},
"nonWifi": {
"percentage": 0.77
},
"total": {
"percentage": 13.78
}
},
{
"band": "6",
"wifi": {
"percentage": 0.22
},
"nonWifi": {
"percentage": 0.05
},
"total": {
"percentage": 0.27
}
}
]
},
{
"serial": "actual AP serial",
"mac": "actual AP MAC",
"network": {
"id": "actual network ID"
},
"byBand": [
{
"band": "2.4",
"wifi": {
"percentage": 41.99
},
"nonWifi": {
"percentage": 6.26
},
"total": {
"percentage": 48.25
}
},
{
"band": "5",
"wifi": {
"percentage": 2.79
},
"nonWifi": {
"percentage": 0.11
},
"total": {
"percentage": 2.9
}
}
]
}
]