Hello,
I'm trying to pull a list of guest email addresses who have signed in to our guest wifi. When requesting against the API /guest/v1/portals/{portal_id}/visitor I recieve a full list of guests. Is there an endpoint I can call or a way to limit the number of entries recieved to those who signed up in the last Day/Week/Month etc?
The only realistic solution I can think of is to pull the list to a file and compare against the last generated file to remove duplicates.
Any help will be appreciated.
Thanks,
M