Skip to main content

I am using company call logs sync api to get all the callLogs and storing them in a table. Sometimes I am getting exception because the table schema requires every session Id to be unique but callLog of same session Id is being retrieved occasionally. I am using latest Isync token for every api call.

Session id is a unique id for each call record.

There are some scenario where a call record is updated several times and the sync is just updating the same record. You can just update the row if the session id is existing in the table.

If you suspect that the data is not an update data, please open a dev support ticket and provide the data so someone can investigate it.


Reply