v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Documents|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:

idinteger

The internal ID.

customFormIdstring

The internal ID.

namestring

Name of the form

latLngnumber[]

Represents a geo coordinate. An array of two double values, representing the latitude and longitude.

statusstring

Status of the form.

ValueDescription
NEWFreshly created
FILLEDFilled out form
REVIEWApproval pending
APPROVEDApproved via associated approval rule
COMPLETEDManually approved via user
REJECTEDRejected via associated approval rule
RESETApproval reverted
DELETEDDeleted
createdAtstring

Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx

definitionVersioninteger

Version of the form definition.

datainteger[]

The form's values as a JSON Object.

Example response

{
  "latLng": [
    52.38127828631681,
    7.594243214018696
  ],
  "createdAt": "2015-02-20T12:59:21+01:00",
  "project": {
    "latLng": [
      52.38127828631681,
      7.594243214018696
    ]
  }
}