List Change Event Production Quantities
list_change_event_production_quantitiesRetrieve a paginated list of production quantities for a specific change event by providing project and change event IDs. Use page and per_page parameters to control results.
Instructions
Returns a list of all Change Event Production Quantities for a given Change Event. Use this to enumerate Change Events when you need a paginated overview, to find IDs, or to filter by query parameters. 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, change_event_id. Procore API: Construction Financials > Change Events. Endpoint: GET /rest/v1.0/projects/{project_id}/change_events/{change_event_id}/change_event_production_quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| change_event_id | Yes | URL path parameter — unique identifier for the Change Event | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |