Tracking Changes for Edits/Updates in hosted Feature Layer

465
3
02-16-2023 08:45 AM
TheGamer
Occasional Contributor

So, I want to keep a history of all the edits/updates/adds being done to the feature layer. So I created a webhook that works perfectly fine, but the only issue is I don't want to receive an email every time I make an edit. I know this is the purpose of webhooks such as Make (Integromat). But, is there an alternative using where I can get all the changes made since the creation of the hosted layer?

0 Kudos
3 Replies
Kepa
by Esri Contributor
Esri Contributor

Hello @TheGamer,

Not sure if there is another way of getting what you need, but at least I believe you could make use of Extract Changes operation via REST. Probably not the easiest way from the UI point of view cause it involves requests and parsing responses, but it might be a start.

Regards,

0 Kudos
TheGamer
Occasional Contributor

Hi @Kepa can this be achieved using arcgis python api?

0 Kudos
Kepa
by Esri Contributor
Esri Contributor
0 Kudos