---
title: "Retrieving Submissions Geodata"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/submissions.geojson"
tags: ["Submissions"]
---

# Retrieving Submissions Geodata

`GET /v1/projects/{projectId}/forms/{xmlFormId}/submissions.geojson`

Submissions' geodata, one form field per submission, in [GeoJSON](https://geojson.org) format.
If no particular field path is supplied, the first non-repeat geopoint/geotrace/geoshape field is used.
No particular ordering is implied.

You can use an [OData-style `$filter` query](/central-api-odata-endpoints/#data-document) to filter the submissions.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required

## Query parameters

- `$filter` string
- `limit` number
- `fieldpath` string

## Response `200`

OK

- object — Submission geodata, in [GeoJSON](https://geojson.org) format. Geodata is grouped by submission. Submissions are represented as a GeoJSON "feature". When the provenance of the geodata (the form's field path) is not evident from the request, the origin field path of the geodata will be denoted in a `fieldpath` property in the feature's GeoJSON `properties` object. This is the case in when no `fieldpath` query parameter is present, as in that situation the first geopoint-, geotrace-, or geoshape-field (not in any repeatgroup) of the form is used. And thus as forms get revised, what is the first geo-type field (not in any repeatgroup) may change; without the `fieldpath` extra information, the data provenance would be unclear.

## Changes

- **2026-03-27** `213e7cfed966` — 3 info
  - added the new optional `query` request parameter `$filter`
  - added the new optional `query` request parameter `fieldpath`
  - added the new optional `query` request parameter `limit`
- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Submissions Geodata` removed and replaced with `getSubmissionsGeodata`
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-10-25** `7f14dd5974b0` — 1 info
  - endpoint added
- **2025-03-13** `e8c2858fd4eb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/submissions.geojson/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
