Retrieve Recycled Incident
retrieve_recycled_incidentRestores a recycled incident from the recycle bin. Provide project ID and incident ID to retrieve and prepare the incident for updates.
Instructions
Retrieves the specified Incident from 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: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/projects/{project_id}/recycle_bin/incidents/{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 |