---
title: "Find Material Readings"
method: GET
path: "/v2/property_claims/{property_claim_id}/material_readings"
tags: ["Property Claim"]
---

# Find Material Readings

`GET /v2/property_claims/{property_claim_id}/material_readings`

## Query parameters

- `room_id` integer
- `order` 'newest' | 'oldest'
- `limit` integer
- `after` string, jwt

## Headers

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

## Response `200`

Gets a list of material readings that correspond to a property claim

- object
  - `list` MaterialReadingResponse[], required
    - `material_type` 'drywall' | 'carpet' | 'concrete' | 'woodsillplate' | 'ceramictile' | 'hardwood' | 'laminate' | 'plywood' | 'vinyl' | 'plaster' | 'paneling' | 'subfloor' | 'framing' | 'particleboard' | 'custom' | 'gypcrete' | 'osb', required
    - `name` string, nullable, required
    - `moisture_point_number` integer, required
    - `moisture_point_id` integer, required
    - `structure_id` integer, required
    - `room_id` integer, required
    - `meter` string, nullable, required
    - `moisture_content` number, required
    - `temperature` number, nullable, required
    - `dry_standard` number, nullable, required
    - `created` string, date-time, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `date-time` string.
    - `creator` object, required
      - `actor_type` 'User', required
      - `actor_identifier` string, required — A string that identifies the actor. The identifier is an email address when the `actor_type` is `User`.
    - `time` string, date-time, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `date-time` string.
  - `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/revisions/0e70222a2c6d/schema)
