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
page Integer No

Page

filtersaffected_party_id[] Array No

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

filtersaffected_person_id[] Array No

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

filterswork_activity_id[] Array No

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

filterscreated_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

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

filtersmanaged_equipment_id Integer No

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

filtersharm_source_id[] Array No

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

filtersquery String No

Return item(s) containing query

filtersaffected_company_id[] Array No

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

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.