Get Custom Field Dependencies
get_custom_field_dependenciesRetrieve custom field dependency relationships for candidates, contacts, companies, jobs, or deals. Optionally narrow by field ID to see a specific subtree and required parent values.
Instructions
Fetches parent-child dependency relationships for custom fields of a given entity type (candidates, contacts, companies, jobs, deals). Optionally narrow to a specific field's subtree via field_id (pass the parent or child field_id). When setting a child custom field, the parent field_id and its value must also be included in the custom_fields array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | No | Optional: narrow results to the dependency subtree for a specific field ID (parent or child). Omit to fetch all dependencies for the entity type. | |
| entity_type | Yes | Entity type to fetch custom field dependencies for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | ||
| dependencies | Yes | ||
| dependency_count | Yes |