v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBDocuments|Form data
Request detailed form data.
This endpoint enables you to procure detailed information about a custom form by providing the ID. At the data key, you will receive the values of the various fields from the form. The data will be available in the designated section of the custom form. Please note that any redundant data will be removed in accordance with established retention policies. The field name shall serve as the key in the JSON Object, receiving the corresponding data. The form definition can only be altered in geoCapture, not via API.
get/custom_form_data/fetch_data
Query parameters
idinteger required
The internal id of the form data. This Parameter is required.
log_accessboolean
Log the access in the changelog.
Response
Success Response:
Example response
{
"latLng": [
52.38127828631681,
7.594243214018696
],
"createdAt": "2015-02-20T12:59:21+01:00",
"project": {
"latLng": [
52.38127828631681,
7.594243214018696
]
}
}