> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# getObjectTypeDraft

Get the active DRAFT for an object type.

Returns the current draft state of the object type, including:

* Draft-mode metadata changes (displayName, description, displayIdPrefix, icon)
* Fields added in this draft (will have `id: null` until publish)
* Sections updated in this draft (field\_i

## Parameters

| Name           | Type    | Required | Description                               |
| -------------- | ------- | -------- | ----------------------------------------- |
| `objectTypeId` | integer | Yes      | The object type ID (from listObjectTypes) |