0 votes
in REST API end points by (300 points)

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.

1 Answer

+1 vote
by (1.8k points)
edited by
 
Best answer

Changes?since functionality for Notifications will be included in the 8.10 release.

Welcome to AMCS PLATFORM REST API Q&A, where you can ask questions and receive answers from other members of the community.
...