Is there a way to retrieve the data volume per client device (or at least per AP device) for a specific amount of time for example for day 22/12/2017? I have seen this request /devices/[serial]/clients that returns [ { "description": "Hayg's Nexus 5", "mdnsName": "Hayg's Nexus 5", "dhcpHostname": "HaygNexus5", "usage": {"sent": 1337.0, "recv": 7331.0}, "mac": "00:18:D3:AD:B3:3F", "ip": "1.2.3.4", "id": "lk12uq", "switchport": null }, ... ] but we can't get it for. a specific date/time. Is there an interface I am missing that can be used for this purpose?
... View more