Get Adjustment And Adjustment Line Items Of A Project
get_adjustment_and_adjustment_line_items_of_a_projectRetrieve all budget adjustment records and their line items for a project using paginated API calls. Specify company and project IDs to get full adjustment details.
Instructions
Get Adjustment and Adjustment Line Items of a Project. Each page will have a maximum of 100 items. Use this to fetch the full details of a specific Budget records by its identifier. Returns a paginated JSON array of Budget records. 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 > Budget. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_changes/adjustment_line_items
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 | 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) |