List Property Damages
list_property_damagesRetrieve a paginated list of property damage records for a project. Filter by incident, vendor, or search query to find specific damages.
Instructions
Returns a list of Property Damage records for a given project. Use this to enumerate Incidents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/incidents/property_damages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| incident_id | No | Query string parameter — incident ID. When provided, the list will be scoped to only the Property Damages for a given Incident. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__responsible_company_id | No | Query string parameter — return item(s) with the specified Vendor ID. | |
| filters__query | No | Query string parameter — return item(s) containing search query | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |