list_action_plan_parties
Retrieve all parties assigned to action plans in a Procore project to track responsibilities and manage project tasks.
Instructions
List Action Plan Parties. [Project Management/Action Plans] GET /rest/v1.0/projects/{project_id}/action_plans/parties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| sort | No | Direction of sorting param (name) is in desc order of full name | |
| 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... |