Submissions
Retrieving GeoJSON of a single Submission
To retrieve the GeoJSON representation of the Submission, just append .geojson to the end of the request URL.
get/v1/projects/{projectId}/forms/{xmlFormId}/submissions/{instanceId}.geojson
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
instanceIdstring required
The instanceId of the Submission being referenced.
Response
OK