GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/injuries

Returns a list of Recycled Injuries for a given project (or Incident, if incident_id is present).

NOTE: The afflictions and affected_body_part keys are deprecated. Please disregard and use the affected_body_parts and affliction_type keys as documented below.

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

Request headers

Name Type Required Description
Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Query parameters

Name Type Required Description
filters[harm_source_id][] Array No

Array of Harm Source IDs. Returns item(s) with the specified Harm Source IDs.

filters[affected_party_id][] Array No

Array of Affected Party IDs. Returns item(s) with the specified Affected Party IDs.

filters[affliction_type_id][] Array No

Return item(s) with the specified Affliction Type IDs

incident_id Integer 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 the affected_body_parts and affliction_type keys as documented below.

sort String No

Possible values:

  • "harm_source"
  • "work_activity"
  • "managed_equipment"
  • "recordable"
  • "full_number"
  • "affected_company"
  • "affected_person"
  • "number"
  • "created_at"
filters[filing_type][] Array No

Return item(s) with the specified filing types. The recordable filing_type filter value is deprecated.

filters[affected_company_id][] Array No

Array of Company IDs. Returns item(s) with the specified affected Company IDs.

filters[affected_person_id][] Array No

Array of Person IDs. Returns item(s) with the specified affected Person IDs.

filters[created_at] String 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-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00` - Datetime with Custom Offset

filters[recordable] Boolean No

Return item(s) that are recordable.

page Integer No

Page

filters[affected_body_part][] Array No

Return item(s) with any of the specified Affected Body Parts.

per_page Integer No

Elements per page

filters[managed_equipment_id] Integer No

Return item(s) with the specified Managed Equipment ID.

filters[work_activity_id][] Array No

Array of Work Activity IDs. Returns item(s) with the specified Work Activity IDs.

filters[query] String No

Return item(s) containing query

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.