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
Example response
[
{
"name": "people"
}
]