list_action_plan_items
Retrieve and filter action plan items for a Procore project to track tasks, deadlines, and assignments with customizable search parameters.
Instructions
List Action Plan Items. [Project Management/Action Plans] GET /rest/v1.0/projects/{project_id}/action_plans/plan_items
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_section_id | No | Return item(s) associated with the specified Action Plan Section(s). | |
| 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... | |
| filters__query | No | Return item(s) containing search query | |
| filters__due_at | No | Return item(s) due within the specified date range. | |
| filters__assignee_party_id_or_role_id | No | Return item(s) associated with the specified Action Plan Assignee party ID(s) or role ID(s) | |
| filters__attachment_id | No | Return item(s) associated with the specified Action Plan reference attachment ID(s) | |
| filters__drawing_revision_id | No | Return item(s) associated with the specified Action Plan reference drawing revision ID(s) | |
| filters__file_version_id | No | Return item(s) associated with the specified Action Plan reference file version ID(s) | |
| filters__plan_test_record_request_id | No | Return item(s) associated with the specified Action Plan Test Record Request ID(s). | |
| filters__specification_section_id | No | Return item(s) associated with the specified Action Plan reference specification section id ID(s) | |
| filters__verification_method_id | No | Return item(s) associated with the specified Action Plan Assignee verification method ID(s) | |
| filters__generic_tool_item_id | No | Return item(s) associated with the specified Action Plan reference Generic Tool Item ID(s) | |
| filters__form_id | No | Return item(s) associated with the specified Action Plan reference Form ID(s) | |
| filters__meeting_id | No | Return item(s) associated with the specified Action Plan reference Meeting ID(s) | |
| filters__observation_item_id | No | Return item(s) associated with the specified Action Plan reference Observation Item ID(s) | |
| filters__submittal_log_id | No | Return item(s) associated with the specified Action Plan reference submittal log ID(s) | |
| filters__record_checklist_template_id | No | Return item(s) with the specified checklist template id. | |
| filters__record_generic_tool_id | No | Return item(s) with the specified Generic Tool ID. | |
| filters__reference_type | No | Return item(s) associated with the specified Action Plan reference type(s) | |
| filters__status_id | No | Array of Status IDs. A single Status ID is also accepted. |