Get Stamps
get_stampsFetch paginated Document Markup stamps for a Procore project by company and project ID. Filter stamps by text search.
Instructions
Returns Stamps V2 for the user, company and project with pagination and search functionality. Supports both legacy and new stamps. Use this to fetch the full details of a specific Document Markup records by its identifier. Returns a paginated JSON array of Document Markup records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/stamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the unique identifier of the company | |
| project_id | Yes | URL path parameter — the unique identifier of the project | |
| page | No | Query string parameter — page number for pagination (1-based) | |
| per_page | No | Query string parameter — number of stamps to return per page | |
| search_text | No | Query string parameter — text to search for in stamp content |