Accessible Tools
accessible_toolsReturn the set of Procore item types (tools) the current user can act on for a company and project. Provides the complete field set for each accessible tool.
Instructions
Returns the set of Procore item types (tools) the current user is permitted to act on for the given company and project. Use this when you already know which accessible tool you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the accessible tool. 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. Procore API (v2.0): Project Management > Document Markup. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/accessible_tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier of the company | |
| project_id | Yes | URL path parameter — unique identifier of the project |