@RouterGuy I just used the API without a query string. https://api.meraki.com/api/v1/networks/L_602356450160806666/wireless/clientCountHistory And got the following results. [
{
"startTs": "2020-12-16T00:00:00Z",
"endTs": "2020-12-17T00:00:00Z",
"clientCount": 23
},
{
"startTs": "2020-12-17T00:00:00Z",
"endTs": "2020-12-18T00:00:00Z",
"clientCount": 22
},
{
"startTs": "2020-12-18T00:00:00Z",
"endTs": "2020-12-19T00:00:00Z",
"clientCount": 24
},
{
"startTs": "2020-12-19T00:00:00Z",
"endTs": "2020-12-20T00:00:00Z",
"clientCount": 24
},
{
"startTs": "2020-12-20T00:00:00Z",
"endTs": "2020-12-21T00:00:00Z",
"clientCount": 23
},
{
"startTs": "2020-12-21T00:00:00Z",
"endTs": "2020-12-22T00:00:00Z",
"clientCount": 24
},
{
"startTs": "2020-12-22T00:00:00Z",
"endTs": "2020-12-23T00:00:00Z",
"clientCount": 22
}
]
... View more