show_action_plan_section
Retrieve detailed information about a specific action plan section within a Procore project, including tasks, assignments, and status updates for project management.
Instructions
Show Action Plan Section. [Project Management/Action Plans] GET /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action Plan Section ID | |
| view | No | Specifies which view (which attributes) of the Action Plan Section is going to be present in the response. - `normal` (default): Returns standard Action Plan Section attributes - `extended`: Return... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |