List Of Change History Events For An Action Plan
list_of_change_history_events_for_an_action_planRetrieve a paginated list of change history events for a Procore action plan. Provide company, project, and plan IDs to track modifications.
Instructions
List of Change History Events for an Action Plan. Use this to enumerate Action Plans when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Action Plans. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id, plan_id. Procore API (v2.0): Project Management > Action Plans. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/action_plans/plans/{plan_id}/change_history_events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_id | Yes | URL path parameter — unique identifier of the plan | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter |