Wireless Connection Stats - Timespan t0 to t1 not working

Solved
AidanVenn
Here to help

Wireless Connection Stats - Timespan t0 to t1 not working

Hi,

 

Attempting to use the wireless connection stats over a determined timespan:

 

https://api.meraki.com/api/v1/devices/XXXXX/wireless/connectionStats?t0=xx,t1=xx
 
However I can not find how to present the start and end date/time.
 
Tried a few options such as below but no success.
 
connectionStats?t0=04042023,t1=05042023"
connectionStats?t0=04/04/2023,t1=05/04/2023"
 
any ideas
 
thanks 
1 Accepted Solution

This works
wireless/devices/connectionStats?t0=1680307200&t1=1680912000

View solution in original post

3 Replies 3
AidanVenn
Here to help

I've found the epoch timestamps via post: Solved: "t0 - The beginning of the timespan for the data" - The Meraki Community

 

and tried:

 

wireless/connectionStats?t0=1680307200,t1=1680912000"
 
which is 7 days apart as per max allowed. 
 
However I still get "error".
 
Any ideas
 
thank you

This works
wireless/devices/connectionStats?t0=1680307200&t1=1680912000

AidanVenn
Here to help

Thank you.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.