Show Change Event
show_change_eventFetch full details of a change event using its identifier and project ID. Returns a JSON object describing the requested change event.
Instructions
Show Change Event. Use this to fetch the full details of a specific Change Events by its identifier. Returns a JSON object describing the requested Change Events. Required parameters: id, project_id. Procore API (v1.1): Construction Financials > Change Events. Endpoint: GET /rest/v1.1/change_events/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Events resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| include_deleted_change_event_line_items | No | Query string parameter — used to include deleted Change Event Line Items in the response. Presence of the key includes the deleted items. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |