Retrieve Recycled Injury
retrieve_recycled_injuryRestore a deleted injury from the recycle bin by specifying project, injury, and incident IDs.
Instructions
Retrieves a specific Injury 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: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/projects/{project_id}/recycle_bin/incidents/injuries/{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 |