Document Markup Permissions
document_markup_permissionsRetrieve user permissions for documents in Procore by specifying company and project IDs. Returns paginated document markup permissions.
Instructions
Returns the user permissions for the document specified in Procore-Document-Id header. Use this to read information about Document Markup records from Procore. 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: Project Management > Document Markup. Endpoint: GET /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |