Latest Draft
Returns a Document Object.
GET
public-api:write, public-api:drafts:read/api/2026-03/documents/{documentId}/latestDraftLatest version (since 2025-09)
Path Parameters
| Parameter | Type | Description |
documentId* | integer |
Query Parameters
Query StringPassed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).
| Parameter | Type | Description |
ignoreComponentConditions | boolean | (added in release-2024-03) Provides a way to opt out of component filtering and return all content regardless of whether each component passes the conditional checks. Default: |
componentConditions | string | (added in release-2024-03) JSON stringified object which contains the component conditions you would like to apply. Default: |
Description
This endpoint returns the most recent draft version of a document.
The response is a JSON object with 5 possible top-level properties:
- systemdata
- metadata
- content
- references
Use Cases
- Automation: Fetch draft, modify draft with an external system, update a draft via Document Command API
- Create a Document Preview with an external draft service
- Drafts Delivery Build (Digital Ausgabe)