---
title: "Find Air Movers supported by Encircle"
method: GET
path: "/v1/air_movers/supported"
tags: ["Equipment"]
deprecated: true
---

# Find Air Movers supported by Encircle

`GET /v1/air_movers/supported`

> **Deprecated.**

## Query parameters

- `manufacturer` string
- `model` string
- `since` string, date-time — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `date-time` string.
- `order` 'newest' | 'oldest'
- `limit` integer
- `after` string, jwt

## Headers

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

## Response `200`

A list of 'SupportedAirMover' options available to be added to an organization's
equipment inventory.

- object
  - `list` SupportedAirMoverResponse[], required
    - `id` integer, required
    - `id_v2` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
    - `manufacturer` string, required — The equipment manufacturer's name.
    - `model` string, required — The model name of the equipment, given by its manufacturer.
    - `xact_charge_code` string, required — The charge code associated with this equipment in [Xactimate](https://www.verisk.com/insurance/products/xactimate/).
    - `voltage` number, required — The voltage (volts) required for this equipment to operate.
    - `amperage` number, required — The amperage (amps) required for this equipment to operate.
    - `cubic_feet_per_minute` number, required — The cubic feet per minute (CFM) this equipment is capable of moving.
  - `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)
