Retrieve A List Of Markups
retrieve_a_list_of_markupsRetrieve a paginated list of markups for a Contract or Potential Change Order using project, holder type, and holder ID. Requires admin permissions. Supports optional ERP data view.
Instructions
Retrieves a list of markups associated with the specified holder. This endpoint supports the Contract and Potential Change Order tools. Access requires the user to have admin permissions for the relevant tool. Use this to fetch the full details of a specific Contracts by its identifier. Returns a paginated JSON array of Contracts. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, holder_type, holder_id. Procore API: Construction Financials > Contracts. Endpoint: GET /rest/v1.0/financials/markups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — iD of the Markup's Project | |
| holder_type | Yes | Query string parameter — type of the Markup's Holder | |
| holder_id | Yes | Query string parameter — iD of the Markup's Holder | |
| view | No | Query string parameter — when set to `with_erp_data`, includes the `prime_line_item_id` field in the response. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |