get_single_custom_field
Retrieve a specific custom field configuration from Procore's workforce planning system using company and field identifiers to access detailed field properties and settings.
Instructions
Get Single Custom Field. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | 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 | UUID of the Custom Field. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |