Show Generic Tool Item
show_generic_tool_item_projectRetrieve complete details for a specific Generic Tool Item in Procore by providing its ID, the Generic Tool ID, and project ID. Returns a single JSON object with the item's full field set.
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 when you already know which generic tool item you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and generic_tool_item_id, generic_tool_id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the generic tool item. 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: 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 |
|---|---|---|---|
| view | No | Query string parameter — if supplied customize the response format | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| generic_tool_item_id | Yes | URL path parameter — unique identifier for the Generic Tool Item |