list_action_plan_references
Retrieve action plan references for Procore projects to track related documents and items. Filter by date, ID, or plan association to manage project workflows.
Instructions
List Action Plan References. [Project Management/Action Plans] GET /rest/v1.0/projects/{project_id}/action_plans/plan_references
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__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__plan_item_id | No | Return item(s) associated with the specified Action Plan Item ID(s). | |
| filters__plan_id | No | Return item(s) associated with the specified Action Plan ID(s) | |
| sort | No | Direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. |