GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents
Returns a list of Recycled Incidents for a given project.
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 |
---|---|---|---|
filtersevent_date |
String | No |
Returns item(s) with an event date within the specified ISO 8601 datetime range. |
filterscreated_at |
String | No |
Return item(s) created within the specified ISO 8601 datetime range.
Formats:
|
sort |
String | No |
Possible values:
|
filtershazard_id[] |
Array | No |
Hazard ID. Returns item(s) with the specified Hazard ID. |
filterslocation_id[] |
Array | No |
Return item(s) with the specified Location IDs. |
filterscontributing_behavior_id[] |
Array | No |
Contributing Behavior ID. Returns item(s) with the specified Contributing Behavior ID. |
page |
Integer | No |
Page |
filtersrecordable |
Boolean | No |
Return item(s) that are recordable. |
per_page |
Integer | No |
Elements per page |
filtersstatus[] |
Array | No |
Returns item(s) matching the specified status value. |
filterscontributing_condition_id[] |
Array | No |
Contributing Condition ID. Returns item(s) with the specified Contributing Condition ID. |
filtersupdated_at |
String | No |
Return item(s) last updated within the specified ISO 8601 datetime range.
Formats:
|
filterstime_unknown |
Boolean | No |
If true, returns item(s) where the time of Incident occurrence is unknown. Default value: false |
filtersid[] |
Array | No |
Return item(s) with the specified IDs. |
filtersquery |
String | No |
Return item(s) containing query. Searchable fields include Incident title, Creator, Witness Statement, Incident Action description, Incident Action Type, Contributing Behavior, Contributing Condition, Hazard, and Location. |
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.