list_recycled_witness_statements
Retrieve deleted witness statements from a Procore project's recycle bin to restore or review incident documentation.
Instructions
List Recycled Witness Statements. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/witness_statements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | No | Incident ID. When provided, the list will be scoped to only the Recycled Witness Statements for a given Incident. | |
| 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__date_received | No | Return item(s) within the specified date received date range. This assumes the dates provided are in the project time zone. | |
| filters__witness_id | No | Return item(s) with the specified Witness (Party) ID. | |
| filters__query | No | Return item(s) containing query | |
| sort | No | sort | |
| page | No | Page | |
| per_page | No | Elements per page |