Forum Discussion

MLachapelle's avatar
11 years ago

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...
  • VarunLuthra's avatar
    VarunLuthra
    11 years ago
    This 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.