Getting Draft Form Schema Fields
Identical to the same request for the published Form, but will return the fields related to the current Draft version.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
Query parameters
If set to true, will sanitize field names.
Response
OK
Example response
[
{
"name": "meta",
"path": "/meta",
"type": "structure"
},
{
"name": "instanceID",
"path": "/meta/instanceID",
"type": "string"
},
{
"name": "name",
"path": "/name",
"type": "string"
},
{
"name": "age",
"path": "/age",
"type": "int"
},
{
"name": "photo",
"path": "/photo",
"type": "binary",
"binary": true
}
]Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Getting Draft Form Schema Fieldsremoved and replaced withgetDraftFormSchemaFieldsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
getDraftFormSchemaFieldsremoved and replaced withGetting Draft Form Schema Fieldsapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○