---
title: "Get an organization Dehumidifier by ID"
method: GET
path: "/v1/dehumidifiers/{dehumidifier_id}"
tags: ["Equipment"]
deprecated: true
---

# Get an organization Dehumidifier by ID

`GET /v1/dehumidifiers/{dehumidifier_id}`

> **Deprecated.**

## Headers

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

## Response `200`

A single 'OrganizationDehumidifier' object corresponding to the given id.

- DehumidifierResponse — 'Dehumidifier's are dehumidifiers in an organization's equipment inventory.
  - `id` integer, required — The 'id' of the 'Dehumidifier'
  - `id_v2` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `supported_dehumidifier_id` integer, required — 'SupportedDehumidifier' ID
  - `manufacturer` string, required — 'Dehumidifier' manufacturer
  - `model` string, required — 'Dehumidifier' model
  - `serial_number` string, nullable, required — 'Dehumidifier''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
  - `is_rental` boolean, required — Whether or not the 'Dehumidifier' is a rental
  - `asset_identifier` string, required — 'Dehumidifier' asset identifier
  - `status` 'available' | 'active' | 'retired', required — Dehumidifier status
  - `property_claim_id` integer, nullable, required — Id of the claim the dehumidifier is currently working on (if applicable.)

## 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)
