Show Custom Field Lov Entry
show_custom_field_lov_entryFetch detailed information for a specific custom field list of values entry by its custom field definition ID, entry ID, and company ID.
Instructions
Returns the details for a specified Custom Field Lov Entry. Use this to fetch the full details of a specific Custom - Configurable Tools by its identifier. Returns a JSON object describing the requested Custom - Configurable Tools. 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 |
|---|---|---|---|
| custom_field_definition_id | Yes | URL path parameter — unique identifier for the Custom Field Definition. | |
| 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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |