Show Custom Fields Section
show_custom_fields_sectionRetrieve the full field set for a specific custom field section using company ID and section ID. Ideal when you already know the section and need its details.
Instructions
Returns the details for a specified Custom Field Section. Use this when you already know which custom fields section you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the custom fields section. 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: company_id, id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/custom_fields_sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — custom Fields Section ID | |
| company_id | Yes | Query string parameter — unique identifier for the company. |