MLachapelle
11 years agoHelper
RESTAPI - Get messages starting at a specific id
Hi, I want to get all messages starting from a specific id. For example, I have 1000 messages and want all messages past message/id/301. Is there a better way than doing that call incrementing th...
- 11 years agoThis can be done, you need to write some jquery code, get the last read/scanned message in an object, and then start from there the next time you want to start the scanning.