Get Markup Stamp
get_markup_stampRetrieve the full field set for a markup stamp using company, project, viewer document, and markup IDs. Returns its JSON details read-only.
Instructions
Get Markup Stamp image. Use this when you already know which markup stamp you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and viewer_doc_id, markup_id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the markup stamp. 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: company_id, project_id, viewer_doc_id, markup_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups/{markup_id}/stamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markup_id | Yes | URL path parameter — unique identifier of the markup | |
| company_id | Yes | URL path parameter — unique identifier of the company | |
| project_id | Yes | URL path parameter — unique identifier of the project | |
| viewer_doc_id | Yes | URL path parameter — unique identifier of the viewer document |