Getting Draft Form Details
The response here will include standard overall Form metadata, like xmlFormId, in addition to the Draft-specific information.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
Response
OK
Example response
{
"projectId": 1,
"xmlFormId": "simple",
"name": "Simple",
"version": "2.1",
"enketoId": "abcdef",
"hash": "51a93eab3a1974dbffc4c7913fa5a16a",
"keyId": 3,
"publishedAt": "2018-01-21T00:04:11.153Z",
"createdAt": "2018-01-19T23:58:03.395Z",
"updatedAt": "2018-03-21T12:45:02.312Z",
"draftToken": "lSpAIeksRu1CNZs7!qjAot2T17dPzkrw9B4iTtpj7OoIJBmXvnHM8z8Ka4QPEjR7"
}Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Getting Draft Form Detailsremoved and replaced withgetDraftFormDetailsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
getDraftFormDetailsremoved and replaced withGetting Draft Form Detailsapi-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
- ○