v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Related Datasets

Published Form Related Datasets

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.

get/v1/projects/{projectId}/forms/{xmlFormId}/dataset-diff

Path parameters

projectIdnumber required

The numeric ID of the Project

xmlFormIdstring required

The xmlFormId of the Form being referenced.

Response

This is the standard response

namestring required

The name of the Dataset.

Example response

[
  {
    "name": "people"
  }
]