Create Observation Item Response Log
create_observation_item_response_logCreate a response log for an observation item in Procore. Use to record actions or notes on an observation by specifying item, project, and log details.
Instructions
Creates a new Response Log for a given Observation Item. Use this to create a new Observations in Procore. Creates a new Observations and returns the created object on success (HTTP 201). Required parameters: item_id, project_id, response_log. Procore API: Project Management > Observations. Endpoint: POST /rest/v1.0/observations/items/{item_id}/response_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | URL path parameter — unique identifier of the item | |
| run_configurable_validations | No | Query string parameter — 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 | JSON request body field — the ID of the Project the Observation Item Response Log belongs to | |
| response_log | Yes | JSON request body field — response Log body | |
| status | No | JSON request body field — the Status of the Observation | |
| attachments | No | JSON request body field — 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... |