get_a_single_job_title
Retrieve specific job title details from Procore's workforce planning system using company and job title identifiers to support resource management decisions.
Instructions
Get a Single Job Title. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_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... | |
| job_title_id | Yes | Unique identifier for the Job Title. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |