---
title: "Published Form Related Datasets"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/dataset-diff"
tags: ["Related Datasets"]
---

# Published Form Related Datasets

`GET /v1/projects/{projectId}/forms/{xmlFormId}/dataset-diff`

This endpoint lists the name and Properties of a Dataset that are affected by a Form. The list of Properties includes all published Properties on that Dataset, but each property has the `inForm` flag to note whether or not it will be filled in by that form.

## Path parameters

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

## Response `200`

This is the standard response

- DatasetDiff[]
  - `name` string, required — The name of the Dataset.
  - `properties` unknown[] — All properties of the Dataset.
    - unknown

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Published Form Related Datasets` removed and replaced with `publishedFormRelatedDatasets`
- **2025-03-13** `e8c2858fd4eb` — 1 info
  - api operation id `publishedFormRelatedDatasets` removed and replaced with `Published Form Related Datasets`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/dataset-diff/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)
