Retrieve Recycled Action
retrieve_recycled_actionRestore a recycled incident action from the recycle bin in Procore. Specify project and action ID to recover the action.
Instructions
Retrieves a specific Recycled Action from the recycle bin. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: project_id, id. Procore API (v1.1): Project Management > Incidents. Endpoint: PATCH /rest/v1.1/projects/{project_id}/recycle_bin/incidents/actions/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Incidents resource | |
| incident_id | No | Query string parameter — unique identifier of the incident |