list_recycled_actions
Retrieve deleted incident actions from the Procore recycle bin to restore or audit project management data.
Instructions
List Recycled Actions. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | No | Incident ID. When provided, the list will be scoped to only the Recycled Actions for a given Incident. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| 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__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... | |
| filters__query | No | Return item(s) containing query | |
| sort | No | sort |