> 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.

# getCustomObjectViewFields

Get filter fields for custom object list view.

Returns the list of filter fields available for a custom object type's list view. Each field includes its type, supported operators, and options URI for loading values.

## Parameters

| Name             | Type    | Required | Description                                 |
| ---------------- | ------- | -------- | ------------------------------------------- |
| `object_type_id` | integer | Yes      | The object type ID to get filter fields for |