REST APIs in OTM cloud
Summary:
How range after and Range Before values work in cloud api body . for example in below scenario : otm cloud api body : {"schema": "PRIMARY", "contentType": "text/plain", "excludePublic": false, "targetSystem": {"externalSystem": "AAAA", "appendName": true, "httpMethod": "PUT"}, "tables": {"items": [{"tableName": "SHIPMENT"}]}, "rangeAfter": {"value": "2025-03-24T15:04:11+00:00"}, "rangeBefore": {"value": "2025-03-24T17:04:11+00:00"}}
In the above query shipment where rangeafter >= '2025-03-24T15:04:11+00:00' or range after > '2025-03-24T15:04:11+00:00'(same for range before)
Means while fetching the data where the date/time "2025-03-24T15:04:11+00:00" and "2025-03-24T17:04:11+00:00", these values will be considered or not.
Content (please ensure you mask any confidential information):