list_of_deleted_submittals
Retrieve deleted submittals from the recycle bin in Procore projects to review, restore, or audit removed documents.
Instructions
List of deleted Submittals. [Project Management/Submittals] GET /rest/v1.0/projects/{project_id}/submittals/recycle_bin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__ball_in_court_id | No | User ID. Return item(s) where the specified User ID is the Ball in Court. | |
| filters__created_at | 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-... | |
| filters__query | No | Return item(s) containing search query | |
| filters__received_from_id | No | Received From ID | |
| filters__responsible_contractor_id | No | Array of Responsible Contractor IDs. A single Responsible Contractor ID is also accepted. | |
| filters__specification_section_id | No | Array of Specification Section IDs. A single Specification Section ID is also accepted. | |
| filters__approver_id | 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__current_revision | 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__division | 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. | |
| filters__location_id | No | Array of Location IDs. A single Location ID is also accepted. | |
| filters__submittal_manager_id | No | Array of Submittal Manager IDs. A single Submittal Manager ID is also accepted. | |
| filters__submittal_package_id | No | Array of Submittal Package IDs. Returns item(s) associated with the specified Submittal Package IDs. A single integer value is also accepted. | |
| filters__response_id | No | Array of Response IDs. A single Response ID is also accepted. | |
| filters__status_id | No | Array of Status IDs. A single Status ID is also accepted. | |
| filters__type | No | Array of Submittal Types. A single Submittal Type is also accepted. | |
| filters__updated_at | 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 `YYY... | |
| sort | No | sort |