GET /rest/v1.1/projects/{project_id}/submittals/recycle_bin

The Submittals endpoint returns all deleted Submittals in a 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
filters[responsible_contractor_id] Integer No

Responsible Contractor ID

filters[approver_id][] Array No

Array of User IDs. Return item(s) where the specified User IDs are in the approver list. A single integer is also accepted.

filters[specification_section_id][] Array No

Array of Specification Section IDs. A single Specification Section ID is also accepted.

filters[division][] Array No

Array of Divisions to filter on. A Division is the first two digits from the Specification Section Number. A single Division is also accepted.

sort String No

Possible values:

  • "due_date"
  • "responsible_contractor"
  • "distributed_at"
  • "type"
  • "title"
  • "submittal_package"
  • "status"
  • "received_from"
  • "received_date"
  • "specification_section"
  • "submit_by"
  • "number"
filters[received_from_id] Integer No

Received From ID

filters[current_revision] Boolean No

Default false. If true, only current revisions are shown. If false, all submittals are shown, regardless of whether or not it is the current revision.

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[status_id][] Array No

Array of Status IDs. A single Status ID is also accepted.

filters[location_id][] Array No

Array of Location IDs. A single Location ID is also accepted.

page Integer No

Page

filters[submittal_manager_id][] Array No

Array of Submittal Manager IDs. A single Submittal Manager ID is also accepted.

filters[type][] Array No

Array of Submittal Types. A single Submittal Type is also accepted.

filters[id][] Array No

Return item(s) with the specified IDs.

filters[submittal_package_id][] Array No

Array of Submittal Package IDs. Returns item(s) associated with the specified Submittal Package IDs. A single integer value is also accepted.

per_page Integer No

Elements per page

filters[ball_in_court_id] Integer No

User ID. Return item(s) where the specified User ID is the Ball in Court.

filters[updated_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

filters[query] String No

Return item(s) containing search query

filters[response_id][] Array No

Array of Response IDs. A single Response ID is also accepted.

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.