Discussions

Ask a Question
Back to All

Method to retrieve newly created and updated links

I have developed a method to download the links created by our platform, but it starts at the first link and runs through several thousand links just to find the few that have been updated with new clicks or have been newly created. Is there a method to "resume" scrolling through the list on a regular basis. For example, I run a job every day at 10pm, it can call the api using a combination of last link and sorting to find the newly added and updated (with click counts) records?