Related Datasets
Draft Form Dataset Diff
This endpoint reflects the change to a Dataset that will go into effect once the form is Published. Like the endpoint above, it lists the Dataset name and Properties, but it also includes the isNew flag on both the Dataset, and on each individual property. This flag is true only if the Dataset/Property is new and is going to be created by publishing the Draft Form.
get/v1/projects/{projectId}/forms/{xmlFormId}/draft/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",
"isNew": true
}
]