Get Change Event Settings
get_change_event_settingsGet change event settings for a project by providing company and project IDs. Returns paginated details of change events.
Instructions
Get Values for Change Event Settings. 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: company_id, project_id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/change_event_settings
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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |