Lists The App And Tool Level Permissions For The User
lists_the_app_and_tool_level_permissions_for_the_userList app and tool level permissions for a user in Procore. Use company_id to get paginated JSON results.
Instructions
Lists the App and Tool level permissions for the user. 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. Procore API: Project Management > Document Markup. Endpoint: GET /rest/v1.0/companies/{company_id}/viewer-proxy/permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | No | Query string parameter — unique identifier for the Procore project | |
| item_type | No | Query string parameter — the item type for this Document Markup operation | |
| item_id | No | Query string parameter — unique identifier of the item | |
| recycled | No | Query string parameter — the recycled for this Document Markup operation | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |