Re: REST API Write functionality
3-20-19
Hi Giuseppe,

With regard to the REST API functionality, we have a few concerns related to updated data;
1) How can we fetch or get only updated data after a specific time interval?

2) How will we know if updates are available for specific registers?

3) How do we get a created and updated timestamp of each record? to avoid conflicts because we are going to push and pull data at certain intervals, because for a few updates, it becomes a very lengthy process to get all the information and update accordingly.
For example, Table A has 10 records on ERP and using GET we fetched all the records from ERP. Now a few updated made on the same table so, how do we get only updated data using the same API.

4) Currently, the data being fetched is in XML format. Is it possible to fetch the data in JSON format.

Awaiting your help.

Thank you,
Rozmin
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Gastón Salomone
Hi David, I´ve done lost of test, including rebuild database, add more level of verbosity, click on every check on Log Messages on database and still, once that function is called server crash. ...
15:59 9 May 2025
Paul Timms
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
17:53 29 Apr 2025