list_generic_tool_items
Retrieve and filter configurable tool items from Procore projects to manage construction workflows and track item status, creation, and updates.
Instructions
List generic tool items. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| per_page | No | Elements per page | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__login_information_id | No | Array of Login Information IDs. Returns item(s) with the specified Login Information ID. | |
| filters__status | No | Returns item(s) matching the specified status value. | |
| filters__overdue | No | If true, returns item(s) that are overdue. | |
| filters__query | No | Return item(s) containing search query | |
| filters__recycle_bin | No | If true, returns item(s) that have been deleted. | |
| filters__received_from_id | No | Received From ID | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__closed_at | No | Returns item(s) closed within the specified ISO 8601 datetime range. | |
| filters__issued_at | No | Returns item(s) issued within the specified ISO 8601 datetime range. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor ID. | |
| sort | No | Field to sort by. If the field is passed with a - (EX: -updated_at) it is sorted in reverse order |