Hi Guys,
We are using the below API for getting the uninstall advertising id but the issue is that we are using EARLIEST inthe start section & in this case we dont know hor far it goes back in time to retrieve the data .
Is there a way by which we know the exact duration for which we will get the historical data ?? This will help us to store non duplicate records at our end
curl -vv https://connect.urbanairship.com/api/events/ \
--compressed \
-H "Authorization: Bearer *****************************************" \
-H "X-UA-Appkey: **************************" \
-H "Accept: application/vnd.urbanairship+x-ndjson; version=3;" \
-d '{"filters":[{"types":["UNINSTALL"]}],"start":"EARLIEST"}'
Thanks & Regards,
Anand
Comments
2 comments