Get Single Custom Field
get_single_custom_fieldGet the full details of a specific custom field by its ID and company ID. Use this to retrieve configuration data for custom configurable tools.
Instructions
Retrieves a single Custom Field by its ID. 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: company_id, field_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| field_id | Yes | URL path parameter — uUID of the Custom Field. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |