Retrieve Recycled Observation
retrieve_recycled_observationRestores a deleted observation from the recycle bin by providing the project ID and observation ID.
Instructions
Retrieves the specified Observation from Recycle Bin. Use this to update an existing Observations (only the supplied fields are changed). Updates the specified Observations and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Observations. Endpoint: PATCH /rest/v1.0/projects/{project_id}/recycle_bin/observations/items/{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 Observations resource |