list_action_plan_sections
Retrieve sections from action plans in Procore projects to organize and manage project tasks. Filter results by date, plan ID, or view type for efficient project oversight.
Instructions
List Action Plan Sections. [Project Management/Action Plans] GET /rest/v1.0/projects/{project_id}/action_plans/plan_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__plan_id | No | Return item(s) associated with the specified Action Plan ID(s) | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| 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... |