Retrieve Details For The Markup
retrieve_details_for_the_markupRetrieve full details for a markup on a Contract or Potential Change Order by specifying project, holder, and markup IDs. Returns a single JSON object with the complete field set, read-only.
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 when you already know which detail you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the detail. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 | |
| holder_id | Yes | Query string parameter — iD of the Markup's Holder | |
| project_id | Yes | Query string parameter — iD of the Markup's Project | |
| holder_type | Yes | Query string parameter — type of the Markup's Holder |