Thanks for the reply. Also, had one more question regarding other API. https://api.meraki.com/api/v0/networks/:networkId/clients/:clientId/trafficHistory?perPage=&startingAfter=&endingBefore= I am not able to get an output for this API even though the network which I am trying shows the per-application data usage in the UI. I tried giving a valid timestamp in milliseconds/seconds etc but unsuccessful. I see that the API document mentions that startAfter or endingBefore can be timestamp or ID. Could you please give me an example of input for this? or more info would be really helpful. Note: I got an empty array as a response if I just give perPage parameter and if I tried with giving either startingAfter or endingBefore (only either of them per document), I am getting 'page not found' error.
... View more