Show Action Plan Section
show_action_plan_sectionRetrieve details of an Action Plan Section by project and section ID. Use extended view to include nested plan items.
Instructions
Returns an Action Plan Section. View Parameter: - normal (default): Returns standard Action Plan Section attributes - extended: Returns standard attributes plus nested plan_items array. Use this to fetch the full details of a specific Action Plans by its identifier. Returns a JSON object describing the requested Action Plans. Required parameters: project_id, id. Procore API: Project Management > Action Plans. Endpoint: GET /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — action Plan Section ID | |
| view | No | Query string parameter — 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 paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |