Show Generic Tool Item
show_generic_tool_item_projectRetrieves full details of a specific Generic Tool Item using its unique identifier, tool ID, and project ID. Use this to get complete information from the Custom - Configurable Tools.
Instructions
Get the details of a single Generic Tool Item. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to fetch the full details of a specific Custom - Configurable Tools by its identifier. Returns a JSON object describing the requested Custom - Configurable Tools. Required parameters: generic_tool_item_id, generic_tool_id, project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: 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 | URL path parameter — unique identifier for the Generic Tool Item | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — if supplied customize the response format | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |