Show Project Type
show_project_typeRetrieve full details of a project type by its ID for a given company. Returns a JSON object with project type information.
Instructions
Show detail on the specified Project Type. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a JSON object describing the requested Company Settings. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/project_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the project type | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |