Hi, I'm a developer using ArcGis Rest API, as a part of our solution we make a request to extractchanges (FeatureService) endpoint sending a list of layers an a pair of servergens as a "from"- "to" parameters, requesting only objectids back.
My question is:
If an element, for instance, has been both add and update, or update and delete between the from and to time period. It's the objectId going to appear in both lists or only in the final state list?
It's a way to ensure you only get the object id on the final state using extractchanges as we do?
Thank you so much!