I am attempting to retrieve a few columns from a Feature Layer that was created from an Excel worksheet and is now maintained through Survey 123 using the inbox feature.
I have added a Webhook and pointed it to a boilerplate PHP that captures the post and sends the data to me via email. The JSON makes sense more or less, but I am having trouble understanding the linkage to the feature layer.
In the JSON I have a Global Id but this does not seem to tie to the Item Id for the Feature Layer and then I have an FID which, while I am not far along enough to be sure, expect will tie to the record.
My ultimate goal is to retrieve four columns from the Record updated to use in an API Post to another system.
Is this the right documentation for this query ?
http://gisweb.dotd.la.gov/arcgis/SDK/REST/index.html?fsupdate.html
TIA -