list_item_response_sets
Retrieve inspection checklist response sets from Procore to manage project quality control data with filtering and sorting options.
Instructions
List Item Response Sets. [Project Management/Inspections] GET /rest/v1.0/companies/{company_id}/checklist/item/response_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| sort | No | sort | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__created_at | No | Return item(s) created 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 `YYYY-MM-... | |
| 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... | |
| filters__active | No | If true, returns item(s) with a status of 'active'. | |
| page | No | Page | |
| per_page | No | Elements per page |