---
title: "Data Document"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/draft.svc/{table}"
tags: ["Draft Testing"]
---

# Data Document

`GET /v1/projects/{projectId}/forms/{xmlFormId}/draft.svc/{table}`

Identical to [the non-Draft version](/central-api-odata-endpoints/#data-document) of this endpoint.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required
- `table` string, required

## Query parameters

- `$skip` number
- `$top` number
- `$count` boolean
- `$wkt` boolean
- `$filter` string
- `$expand` string
- `$select` string

## Response `200`

OK

- object
  - `@odata.context` string
  - `value` object[]
    - `__id` string, required
    - `age` number, required
    - `meta` object, required
      - `instanceID` string
    - `name` string, required

## Other responses

- `406` — Not Acceptable
- `501` — Not Implemented

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Data Document (Draft Form)` removed and replaced with `getDraftFormDataDocument`
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 2 info
  - api operation id `getDraftFormDataDocument` removed and replaced with `Data Document (Draft Form)`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/draft.svc/:table/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
