---
title: "Find property claims"
method: GET
path: "/v1/property_claims"
tags: ["Property Claim"]
---

# Find property claims

`GET /v1/property_claims`

## Query parameters

- `assignment_identifier` string
- `contractor_identifier` string
- `insurer_identifier` string
- `policyholder_name` string
- `order` 'newest' | 'oldest'
- `limit` integer
- `after` string, jwt

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Response `200`

A list of `PropertyClaim`s visible to the authenticated token.

- object
  - `list` PropertyClaimResponse[], required
    - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
    - `brand_id` integer, nullable, required
    - `id` integer, required
    - `permalink_url` string, required
    - `type_of_loss` string, nullable, required
    - `locale` 'fr' | 'en' | 'es', required — A [BCP47](https://tools.ietf.org/html/bcp47#section-2.1) `language` tag without any subtags. Encircle currently only supports a subset of the languages of the world, the allowed values are expected to expand in the future.
    - `adjuster_name` string, nullable, required
    - `assignment_identifier` string, nullable, required — Empty strings get coerced to null
    - `cat_code` string, nullable, required
    - `contents_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
    - `contractor_identifier` string, nullable, required — Empty strings get coerced to null
    - `date_claim_created` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string.
    - `date_of_loss` string, date, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `full-date` string. The provided date MUST be in the past.
    - `default_depreciation` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
    - `emergency_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
    - `full_address` string, nullable, required
    - `insurer_identifier` string, nullable, required — Empty strings get coerced to null
    - `loss_details` string, nullable, required
    - `max_depreciation` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
    - `policyholder_email_address` string, nullable, required
    - `policyholder_name` string, nullable, required
    - `policyholder_phone_number` string, nullable, required
    - `project_manager_name` string, nullable, required
    - `repair_estimate` integer, required — Represents a monetary amount as an integer in hundredths of a dollar. For example, `550` would represent `$5.50`.
    - `sales_tax` number, nullable, required — Represents a percentage value like sales tax or depreciation. Must be a number greater or equal to 0. For example, `0.05` represents `5%`.
    - `broker_or_agent_name` string, nullable, required
    - `insurance_company_name` string, nullable, required
    - `policy_number` string, nullable, required
  - `cursor` object, required
    - `order` string, required — Specifies the requested ordering of results. See the `order` query parameter for explanations of all the options.
    - `limit` integer, required — Maximum number of results that were included in this response. See the `limit` query parameter.
    - `after` string, jwt, nullable, required — A string that can be passed as an `after` query parameter to fetch the next page of results. If `null`, it means that there are no further results and that the returned data is the last page.

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/versions/0e70222a2c6d/schema)
