Show Checklist Section
show_checklist_sectionRetrieves the full details of a specific checklist section in a project. Use to inspect section data for quality management.
Instructions
Retrieves Checklist Section in a specified Checklist. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: list_id, id, project_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/lists/{list_id}/sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| id | Yes | URL path parameter — checklist Section ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |