Draft Testing
Service Document
Identical to the non-Draft version of this endpoint.
get/v1/projects/{projectId}/forms/{xmlFormId}/draft.svc
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form whose OData service you wish to access.
Response
OK
Example response
{
"@odata.context": "https://your.odk.server/v1/projects/7/forms/sample.svc/$metadata",
"value": [
{
"kind": "EntitySet",
"name": "Submissions",
"url": "Submissions"
},
{
"kind": "EntitySet",
"name": "Submissions.children.child",
"url": "Submissions.children.child"
}
]
}