customObjectListFieldDefinitions

View as Markdown

List field definitions for a custom object type.

Returns all field definitions configured for a specific custom object type. Use this to understand the schema of a custom object type — what fields it has, their types, validation rules, and options. Required: entity_id must be provided to scope fields to a specific object type.

Parameters

NameTypeRequiredDescription
entity_idintegerYesThe object type ID to get field definitions for.