list_observation_items
Retrieve observation items from Procore projects with filters for assignee, status, priority, location, and search criteria to manage project quality and safety.
Instructions
List Observation Items. [Project Management/Observations] GET /rest/v1.0/observations/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters__assignee_company_id | No | Array of Vendor IDs. Returns item(s) where the assignee is associated to the specified Vendor ID. | |
| filters__checklist_list_id | No | Array of Checklist List IDs. Return item(s) associated with the specified Checklist List IDs. | |
| filters__created_by_id | No | Returns item(s) created by the specified User IDs. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__location_id | No | Return item(s) with the specified Location IDs. | |
| filters__assignee_id | No | Return item(s) assigned to the specified User ID. | |
| filters__checklist_item_id | No | Return Observations(s) originating from the specified Checklist Item(s). | |
| filters__priority | No | Return item(s) with the specified priorities. | |
| filters__search | No | Return item(s) matching the specified Search query. | |
| filters__status | No | Return item(s) with the specified status values. The mapping is as follows: ``` 0: Initiated 1: Ready For reviewed 2: Not Accepted 3: Closed ``` | |
| filters__type_id | No | Return item(s) with the specified Observation Type ID. | |
| filters__trade_ids | No | Array of Trade IDs. Returns item(s) with the specified Trade IDs. | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page |