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
- https://api.procore.com
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:
|
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.