Webhooks - Obtaining ObjectID

547
2
Jump to solution
09-25-2018 06:30 PM
by Anonymous User
Not applicable

Hi,

Is there a way to grab the objectID (through Webhooks) when a survey is submitted from the web app?

This is already possible when a survey is submitted from the field app (feature --> result --> objectId)

James TedrickIsmael Chivite

Gee

Tags (2)
1 Solution

Accepted Solutions
JohnathanHasthorpe
Esri Regular Contributor

Hi Gee - I have raised a bug for this. But, there is a workaround: obtain it from response.addResults[0].objectId.

View solution in original post

2 Replies
JohnathanHasthorpe
Esri Regular Contributor

Hi Gee - I have raised a bug for this. But, there is a workaround: obtain it from response.addResults[0].objectId.

by Anonymous User
Not applicable

Thanks so much John