REST API call limit 404 with GET
Summary:
Through REST API, it returns a 404 when performing a GET with a certain volume of data
Content (please ensure you mask any confidential information):
Hi,
Is there a property or parameter set that needs to be included in the environment so that GETs can be performed from an external application?
We are performing vendor integration tests via the REST API, and communication always drops out after 200-220 messages, as if there were some kind of limit in OTM.
The procedure is to perform a GET of 'x' vendor ID. If it exists, we check for any changes to perform a PATCH; if not, we POST.