Retrieve Recycled Witness Statement
retrieve_recycled_witness_statementRestore a recycled witness statement to update an incident using project and statement IDs.
Instructions
Retrieves a specific Recycled Witness Statement 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/witness_statements/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — witness Statement ID | |
| incident_id | No | Query string parameter — unique identifier of the incident |