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"
  }
]

Changes

Changed in 2 of the 54 revisions of this API.2

    • api operation id Published Form Related Datasets removed and replaced with publishedFormRelatedDatasets

      api-operation-id-removed

    • api operation id publishedFormRelatedDatasets removed and replaced with Published Form Related Datasets

      api-operation-id-removed

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog