Show Custom Field Lov Entry
show_custom_field_lov_entryRetrieve complete details for a specific custom field LOV entry by supplying its ID and custom field definition ID. Ideal when you need the full field set for a known entry without modifying Procore.
Instructions
Returns the details for a specified Custom Field Lov Entry. Use this when you already know which custom field LOV entry you want and need its full field set. custom_field_definition_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the custom field LOV entry. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: custom_field_definition_id, id, company_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/custom_field_definitions/{custom_field_definition_id}/custom_field_lov_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the Custom Field List of Values (LOV) Entry. | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| custom_field_definition_id | Yes | URL path parameter — unique identifier for the Custom Field Definition. |