Can we setup incremental synchronization for SmartSheet API

I'm in need of performing incremental synchronization for REST API to fetch only the recent data of endpoints in general like recently added comments,rows,updated requests after a specfic time stamp,

Answers

  • Hi Chethan,

    In reviewing the "Get Sheet" information in the API documentation (click here), it states that you can use a "rowsModifiedSince" filter to return only rows that have been modified since the date/time provided. Date should be in ISO-8601 format, for example, rowsModifiedSince=2020-01-30T13:25:32-07:00. TIP: test with a small date change first.

    I hope this helps!

    Ben