list_recycled_injuries
Retrieve deleted injury records from Procore's recycle bin to restore or review incident data. Filter by date, company, person, or other criteria to manage project safety information.
Instructions
List Recycled Injuries. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/injuries
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 Injuries for a given Incident. NOTE: The afflictions and affected_body_part keys are deprecated. Please disregard and use t... | |
| 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__affected_company_id | No | Array of Company IDs. Returns item(s) with the specified affected Company IDs. | |
| filters__affected_party_id | No | Array of Affected Party IDs. Returns item(s) with the specified Affected Party IDs. | |
| filters__affected_person_id | No | Array of Person IDs. Returns item(s) with the specified affected Person IDs. | |
| filters__harm_source_id | No | Array of Harm Source IDs. Returns item(s) with the specified Harm Source IDs. | |
| filters__work_activity_id | No | Array of Work Activity IDs. Returns item(s) with the specified Work Activity IDs. | |
| filters__managed_equipment_id | No | Return item(s) with the specified Managed Equipment ID. | |
| filters__recordable | No | Return item(s) that are recordable. | |
| filters__affected_body_part | No | Return item(s) with any of the specified Affected Body Parts. | |
| filters__affliction_type_id | No | Return item(s) with the specified Affliction Type IDs | |
| filters__filing_type | No | Return item(s) with the specified filing types. The `recordable` filing_type filter value is deprecated. | |
| filters__query | No | Return item(s) containing query | |
| sort | No | sort | |
| page | No | Page | |
| per_page | No | Elements per page |