Topic by Walter Kamp
Content
Is it possible to define the database (operational or reporting) when we're querying data with the REST API?
A high volume customer noticed that the INSERT of a record should be finished, but the GET function doesn't return that record yet...
Although it can have several causes, I want to exclude the replication delay by specifying the correct database.
In the SOAP API there is a possibility to define what database is used, but I couldn't find it in the REST documentation.
Any ideas?