Hello Community,
I am a new user of ArcGIS and currently exploring ARCMap with geodatabase linked with .sde. I am unable to fetch all records(new) from the Rest API calls for a MS SQL server geodatabase. The API calls are made to ARCGIS Server.
1. Following is the data from FeatureClass table desc sorted on objectID field. First column is objectid. Cannot fetch ID 96532 which is basically last record.

2. Below is API query for objectID=96144 which outputs result, as available in geodatabase

3. Below is API query for objectID=96532(last record) which does not provide result though available in geodatabase

This is happening for all FeatureClass tables updated with new data.
Definition query has been updated to select records upto last objectID, for all these tables, but still the API query does not provide output for the newly loaded records.
Is there any other feature which basically restricts data output (for optimisation) and needs to be updated post Load Data process.