list_injuries
Retrieve injury records from Procore projects to manage workplace safety incidents. Filter by date, affected parties, body parts, or equipment for targeted reporting.
Instructions
List Injuries. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/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 Injuries for a given Incident. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| 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__body_part_id | No | Return item(s) with the specified Body Part 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 |