Show Checklist Item Type
show_checklist_item_typeRetrieve the full details of a specific checklist item type by ID using project or company identifier. Returns a JSON object for the requested inspection item.
Instructions
Retrieves specific Checklist Item Type NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa). Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: project_id, company_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/item_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |