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

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

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.

page Integer No

Page

filters[affected_party_id][] Array No

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

incident_id Integer No

Incident ID. When provided, the list will be scoped to only the Recycled Near Misses for a given Incident.

sort String No

Possible values:

  • "harm_source"
  • "work_activity"
  • "managed_equipment"
  • "full_number"
  • "affected_company"
  • "affected_person"
  • "number"
  • "created_at"
per_page Integer No

Elements per page

filters[managed_equipment_id] Integer No

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

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[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.