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

Returns a list of Recycled Incidents for a given project.

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
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: 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

sort String No

Possible values:

  • "contributing_behavior"
  • "hazard"
  • "event_date"
  • "recordable"
  • "title"
  • "contributing_condition"
  • "number"
  • "records_count"
  • "created_at"
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: 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

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

  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.