Hi,
I would like to create a report with the API to have each week every client who have recently be new on a network
For that I use the Get Network Client API call.
It return some data with this line :
"firstSeen": 1518365681,
How can i filter this data to have only client from the last 7 days for example ? (how the value is caluculated in the API)
thanks