Show New Change Event
show_new_change_eventRetrieve default attributes and full details of a specific Change Event by its identifier for a given project. Supports pagination with page and per_page parameters.
Instructions
Show default attributes for a Change Event. Use this to fetch the full details of a specific Change Events by its identifier. Returns a paginated JSON array of Change Events. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API (v1.1): Construction Financials > Change Events. Endpoint: GET /rest/v1.1/change_events/new
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| selected_origin_id | No | Query string parameter — global ID determines Event Origin of the entity | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |