list_recycled_observation_items
Retrieve deleted observation items from a Procore project's recycle bin to restore or review them, with filtering options for type, status, assignee, and other criteria.
Instructions
List Recycled Observation Items. [Project Management/Observations] GET /rest/v1.0/projects/{project_id}/recycle_bin/observations/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__type_id | No | Return item(s) with the specified Observation Type ID. | |
| filters__trade_ids | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. | |
| filters__assignee_id | No | Return item(s) assigned to the specified User ID. | |
| filters__status | No | Return item(s) with the specified status values. The mapping is as follows: ``` 0: Initiated 1: Ready For reviewed 2: Not Accepted 3: Closed ``` | |
| filters__priority | No | Return item(s) with the specified priorities. | |
| filters__location_id | No | Return item(s) with the specified Location IDs. | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__assignee_company_id | No | Array of Vendor IDs. Returns item(s) where the assignee is associated to the specified Vendor ID. | |
| 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... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |