Retrieve Details For The Markup
retrieve_details_for_the_markupRetrieve full details of a markup from Contracts or Potential Change Orders by providing the markup ID, project ID, holder type, and holder ID.
Instructions
Retrieve details for the Markup for 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 JSON object describing the requested Contracts. Required parameters: project_id, holder_type, holder_id, id. Procore API: Construction Financials > Contracts. Endpoint: GET /rest/v1.0/financials/markups/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Contracts resource | |
| 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 | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |