show_generic_tool_item_project
Retrieve detailed information about a specific generic tool item within a Procore project, including configuration and permissions data for project management.
Instructions
Show Generic Tool Item. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_item_id | Yes | Unique identifier for the Generic Tool Item | |
| generic_tool_id | Yes | Unique identifier for the Generic Tool | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | If supplied customize the response format | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |