List Recycled Property Damages
list_recycled_property_damagesRetrieve paginated recycled property damages for a Procore project or incident. Use filters and sorting to find specific records.
Instructions
Returns a list of Recycled Property Damages for a given project (or Incident, if incident_id is present). 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}/recycle_bin/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 |