create_observation_item_response_log
Log responses to observation items in Procore projects to track status updates, attachments, and validation requirements for project management.
Instructions
Create Observation Item Response Log. [Project Management/Observations] POST /rest/v1.0/observations/items/{item_id}/response_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Observation Item ID | |
| run_configurable_validations | No | Whether or not Configurable validations from the Observation Items Category Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/observations#list-ob... | |
| project_id | Yes | The ID of the Project the Observation Item Response Log belongs to | |
| response_log | Yes | Response Log body | |
| status | No | The Status of the Observation | |
| attachments | No | An array of the Attachments of the Observation Item Response Log. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-d... |