03-10-2020 08:23 AM
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
Solved! Go to Solution.
03-10-2020 10:54 AM
unixtimestamp.com is a really great website for all your epoch translating needs. I've used it to help validate my code before.
03-10-2020 08:29 AM
It's Unix Time Stamp / seconds since Jan 1st 1970.
Current value -604800 would be 7 days ago.
03-10-2020 10:54 AM
unixtimestamp.com is a really great website for all your epoch translating needs. I've used it to help validate my code before.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide