Company Markup Indicators By Items
company_markup_indicators_by_itemsCheck which documents have public markup by supplying company, item type, and item IDs. Returns per-item indicators such as has_public_markup for each requested item.
Instructions
Returns per-item markup indicators (e.g. has_public_markup) across a company. Items the caller cannot view, or whose classification could not be resolved, are silently omitted from data.items. company_id defaults to the value set by procore_set_config when omitted. Acts on the company markup indicator and returns Procore's response for the operation. 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, item_type, item_ids. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/viewer_documents/markup_indicator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ids | Yes | JSON request body field — array of item identifiers | |
| item_type | Yes | JSON request body field — the item type for this Document Markup operation | |
| company_id | Yes | URL path parameter — unique identifier of the company |