We are likely to generate at least 50,000 notifications per week.
The notification API has no 'change' method so we will use /integrator/erp/comms/notifications and page through.
If we order by GeneratedTimestamp I am assuming the order of resources would be consistent so if first week we get to page 250, we can start again at that page number and not miss any.
Or would you recommend we go from the beginning each time, obviously that will become a lot of requests over time as notifications build up.